Skip to content

Commit

Permalink
🔧Ignore E203 Flake8 warning
Browse files Browse the repository at this point in the history
Black and Flake8 are in disagreement and [PEP8 agrees with
Black](psf/black#280)
  • Loading branch information
CharString committed Oct 14, 2022
1 parent acb1702 commit 3c4f662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,4 @@ DJANGO_SETTINGS_MODULE=testapp.settings
[flake8]
max-line-length=88
exclude=env,.tox,doc
ignore=E203

0 comments on commit 3c4f662

Please sign in to comment.