1
0
Fork 0
mirror of synced 2024-06-03 02:54:32 +12:00
ArchiveBox/archivebox/.flake8

7 lines
259 B
Plaintext
Raw Permalink Normal View History

2019-03-31 08:41:26 +13:00
[flake8]
2020-07-14 03:22:07 +12:00
ignore = D100,D101,D102,D103,D104,D105,D202,D203,D205,D400,E131,E241,E252,E266,E272,E701,E731,W293,W503,W291,W391
select = F,E9,W
max-line-length = 130
max-complexity = 10
2021-04-24 14:58:44 +12:00
exclude = migrations,tests,node_modules,vendor,venv,.venv,.venv2,.docker-venv