Skip to content

Commit

Permalink
Merge branch 'main' into pr/1699
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Oct 22, 2024
2 parents c3cb449 + b8c3980 commit 0cd03f5
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 @@ -22,6 +22,7 @@ extend-ignore = [
"C408", # Unnecessary dict call - rewrite as a literal.
"C409", # Unnecessary list passed to tuple() - rewrite as a tuple literal.
"F401", # unused imports
"S101", # use of assert
]

[tool.ruff.lint.isort]
Expand Down

0 comments on commit 0cd03f5

Please sign in to comment.