Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
stes committed Oct 20, 2024
1 parent f4b56b0 commit b11e230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -579,4 +579,4 @@ max-complexity = 10

[tool.ruff.per-file-ignores]
# ignore import issues in __init__ files
"__init__.py" = ["E402"]
"__init__.py" = ["E402", "F403", "F405", "F401"]

0 comments on commit b11e230

Please sign in to comment.