mirror of
https://github.com/sourabhv/FlapPyBird.git
synced 2024-11-25 16:35:52 +08:00
6 lines
192 B
INI
6 lines
192 B
INI
[flake8]
|
|
ignore = E203,W503,E501
|
|
exclude = .venv,.git,__pycache__,docs/source/conf.py,old,build,dist,migrations,__init__.py,conftest.py,admin.py,.tox
|
|
max-complexity = 10
|
|
max-line-length = 100
|