Skip to content

Commit

Permalink
Added E203 to be ignored, it is not PEP8 compliant.
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg committed May 9, 2023
1 parent cafdaaf commit b2c7a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addopts = --doctest-modules --cov --cov-report xml --cov-config=tox.ini --ignore
max-line-length = 120

[flake8]
ignore = C901,E121,E123,E126,E226,E24,E704,W503,W504,F401,E265,E275,F841
ignore = C901,E121,E123,E126,E203,E226,E24,E704,W503,W504,F401,E265,E275,F841
statistics = True
max-line-length = 120
exclude = conda/* build/* install/*
Expand Down

0 comments on commit b2c7a71

Please sign in to comment.