Skip to content

Commit

Permalink
test: ignore ruff trailing comma check
Browse files Browse the repository at this point in the history
for Black compatibility
  • Loading branch information
akaihola committed Nov 3, 2024
1 parent e5a082b commit 64951cc
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 @@ -41,6 +41,7 @@ target-version = "py38"
select = ["ALL"]
ignore = [
"ANN101", # Missing type annotation for `self` in method
"COM812", # Trailing comma missing
"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)
Expand Down

0 comments on commit 64951cc

Please sign in to comment.