Skip to content

Commit

Permalink
Merge pull request #29 from qoherent/F401-error-flake8
Browse files Browse the repository at this point in the history
Added flake8 F401 ignore rule for __init__.py files
  • Loading branch information
UmairK5669 authored Mar 26, 2024
2 parents 2c7ea9b + 4d28328 commit a060134
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
max-line-length = 119
extend-ignore = W503, E203, E701
exclude = .git, .github, build, dist, docs, venv, .venv, env, .env, .idea, .vscode
max-complexity = 10
max-complexity = 10
per-file-ignores = __init__.py:F401

0 comments on commit a060134

Please sign in to comment.