File size: 152 Bytes
b4c8bc3 | 1 2 3 4 5 6 7 8 9 | [flake8]
ignore = E231,W504,F405,F403
max-line-length = 79
select = B,C,E,F,W,T4,B9
exclude =
docs/source/conf.py,
__pycache__,
examples/*
|
b4c8bc3 | 1 2 3 4 5 6 7 8 9 | [flake8]
ignore = E231,W504,F405,F403
max-line-length = 79
select = B,C,E,F,W,T4,B9
exclude =
docs/source/conf.py,
__pycache__,
examples/*
|