mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 13:48:03 +08:00
16 lines
232 B
Plaintext
16 lines
232 B
Plaintext
|
[flake8]
|
||
|
max-line-length = 120
|
||
|
max-complexity = 24
|
||
|
ignore = F401, W503, E203, E501, F841, E722, C901
|
||
|
exclude =
|
||
|
.git,
|
||
|
__pycache__,
|
||
|
scripts,
|
||
|
logs,
|
||
|
upload,
|
||
|
build,
|
||
|
dist,
|
||
|
docs,
|
||
|
migrations,
|
||
|
.scrapy
|