mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 20:57:56 +08:00
* move common code into server, update tests and makefile remove backend directory, refactor update smoke tests
5 lines
129 B
INI
5 lines
129 B
INI
[flake8]
|
|
max-line-length = 120
|
|
ignore = E203, W503
|
|
exclude = server/common/fbs/NetEncoding/,.git,__pycache__,venv,old,build,dist
|