Skip to content

Commit

Permalink
ignore F401 on __init__.py files
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Sep 30, 2024
1 parent da4b80b commit 6ae3ea7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ omit = [
[tool.flake8]
max-line-length = 88
extend-ignore = ['E203',]
per-file-ignores = [
'__init__.py:F401',
]

[tool.isort]
profile = "black"
Expand Down

0 comments on commit 6ae3ea7

Please sign in to comment.