Skip to content

Commit

Permalink
chore: tweak ruff rules
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Oct 12, 2024
1 parent c113e04 commit 9e36615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ ignore = [
"D203", # One blank line required before class docstring
"D213", # Multi-line docstring summary should start at the second line
"D400", # First line should end with a period (duplicates D415)
"ISC001", # Checks for implicitly concatenated strings on a single line

# Remove these when support for Python 3.8 is dropped:
"UP006", # Use `xyz` instead of `Xyz` for type annotation
Expand Down

0 comments on commit 9e36615

Please sign in to comment.