Skip to content

Commit

Permalink
Break lists in .flake8 to one item per line
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Dec 29, 2022
1 parent 6b09d19 commit 6016b4d
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,7 +1,37 @@
[flake8]
max-line-length = 95
ignore = E116,E241,E251,E741,W504,I101,B006,B023,SIM102,SIM103,SIM105,SIM110,SIM113,SIM114,SIM115,SIM117,SIM223,SIM300,SIM401,SIM904,SIM905,SIM907
exclude = .git,.tox,.venv,tests/roots/*,build/*,doc/_build/*,sphinx/search/*,doc/usage/extensions/example*.py
ignore =
E116,
E241,
E251,
E741,
W504,
I101,
B006,
B023,
SIM102,
SIM103,
SIM105,
SIM110,
SIM113,
SIM114,
SIM115,
SIM117,
SIM223,
SIM300,
SIM401,
SIM904,
SIM905,
SIM907,
exclude =
.git,
.tox,
.venv,
tests/roots/*,
build/*,
doc/_build/*,
sphinx/search/*,
doc/usage/extensions/example*.py,
application-import-names = sphinx
import-order-style = smarkets
per-file-ignores =
Expand Down

0 comments on commit 6016b4d

Please sign in to comment.