Skip to content

Commit

Permalink
ruff rule D208 compliance. (#5656)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkknight authored Dec 19, 2023
1 parent 4bf0ea4 commit 203d6d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ lint.ignore = [
"D200", # One-line docstring should fit on one line
"D202", # No blank lines allowed after function docstring
"D205", # 1 blank line required between summary line and description
"D208", # Docstring is over-indented
"D209", # Multi-line docstring closing quotes should be on a separate line
"D211", # No blank lines allowed before class docstring
"D300", # triple double quotes `""" / Use triple single quotes `'''`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
#
# This file is part of Iris and is released under the BSD license.
# See LICENSE in the root of the repository for full licensing details.
"""Unit tests for the :func:`iris.analysis.geometry.geometry_area_weights`
function.
"""
"""Unit tests for the :func:`iris.analysis.geometry.geometry_area_weights` function."""

# Import iris.tests first so that some things can be initialised before
# importing anything else.
Expand Down

0 comments on commit 203d6d2

Please sign in to comment.