mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 20:57:56 +08:00
This excludes directories which should not be linted. This 1. makes the lint test more representative of what is run in CI 2. is faster
5 lines
181 B
INI
5 lines
181 B
INI
[flake8]
|
|
max-line-length = 120
|
|
ignore = E203, W503
|
|
exclude = server/data_common/fbs/NetEncoding/,.git,__pycache__,venv,server/venv,old,build,dist,server/data_common/fbs/NetEncoding
|