Skip to content

Commit

Permalink
removes E721 overzealous instance checking rule
Browse files Browse the repository at this point in the history
  • Loading branch information
cw00dw0rd committed Aug 8, 2023
1 parent f5be286 commit 3af4df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ profile = black

[flake8]
max-line-length = 88
extend-ignore = E203, E741, W503, E731
extend-ignore = E203, E741, W503, E731, E721
exclude =.git .idea .*_cache dist venv

[mypy]
Expand Down

0 comments on commit 3af4df5

Please sign in to comment.