Skip to content

Commit

Permalink
Remove A005 from flake8 checks
Browse files Browse the repository at this point in the history
This test does not provide sensible warnings, currently.
  • Loading branch information
joernu76 committed Apr 11, 2024
1 parent 1c507c6 commit 278a6d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ pep8ignore =
docs/conf.py ALL

[pycodestyle]
ignore = E124,E125,E402,W504
ignore = E124,E125,E402,W504,A005
max-line-length = 120
exclude = mslib/msui/qt5/*.py

[flake8]
ignore = E124,E125,E402,W504
ignore = E124,E125,E402,W504,A005
max-line-length = 120
exclude = mslib/msui/qt5/*.py, mslib/mscolab/migrations/*.py

0 comments on commit 278a6d6

Please sign in to comment.