mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-31 06:48:25 -04:00
add flake8 config
This commit is contained in:
parent
03a388300f
commit
1e45b02684
3 changed files with 5 additions and 4 deletions
4
archivebox/.flake8
Normal file
4
archivebox/.flake8
Normal file
|
@ -0,0 +1,4 @@
|
|||
[flake8]
|
||||
ignore = D100,D101,D102,D103,D104,D105,D202,D203,D205,D400,E127,E131,E241,E252,E266,E272,E701,E731,W293,W503
|
||||
select = F,E9
|
||||
exclude = migrations,util_scripts,node_modules,venv
|
Loading…
Add table
Add a link
Reference in a new issue