Initial commit
This commit is contained in:
commit
19170142c3
20 changed files with 894 additions and 0 deletions
17
setup.cfg
Normal file
17
setup.cfg
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[wheel]
|
||||
universal = 1
|
||||
|
||||
[flake8]
|
||||
extend-ignore = E203,E501,C901
|
||||
max-line-length = 88
|
||||
select = C,E,F,W,B,B950
|
||||
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist
|
||||
max-complexity = 10
|
||||
|
||||
[isort]
|
||||
profile = black
|
||||
src_paths = froide
|
||||
default_section = THIRDPARTY
|
||||
known_first_party = froide
|
||||
known_django = django
|
||||
sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
|
||||
Loading…
Add table
Add a link
Reference in a new issue