Skip to content

Commit

Permalink
Merge pull request #183 from uchicago-cs/general/change_setup.cfg
Browse files Browse the repository at this point in the history
add ignore=E203 to flake8
  • Loading branch information
elizabethli31 authored Nov 13, 2023
2 parents 283dac4 + df8cb8d commit ed46223
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 @@ -4,6 +4,7 @@
[flake8]
max-line-length = 119
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,venv,.venv
ignore = E203, W503

[pycodestyle]
max-line-length = 119
Expand Down

0 comments on commit ed46223

Please sign in to comment.