kevinwang676's picture
Rename flake8.txt to .flake8
4abffdb
[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