Skip to content

Commit

Permalink
updated setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkasirer committed Jan 9, 2024
1 parent 82779b7 commit 7e08144
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ universal = 1

[flake8]
max-line-length = 120
exclude = */migrations/*
extend-ignore =
# See https://github.com/PyCQA/pycodestyle/issues/373
E203,
# Only keep black line length check because flake8 forces it on comments as well
E501,

[doc8]
max-line-length = 120
Expand Down

0 comments on commit 7e08144

Please sign in to comment.