Spaces:
Running
Running
File size: 259 Bytes
7cbdca2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
[flake8]
ignore = E203, E266, E501, W503
max-line-length = 100
import-order-style = google
application-import-names = flake8
select = B,C,E,F,W,T4,B9
exclude =
.tox,
.git,
__pycache__,
docs,
sbatch,
.venv,
*.pyc,
*.egg-info,
.cache,
.eggs
|