Fix formatter config
This commit is contained in:
parent
1d1a2bee39
commit
6cd64dd441
2 changed files with 1 additions and 30 deletions
|
@ -1,9 +0,0 @@
|
||||||
[tool.black]
|
|
||||||
# Automatically ignore files in .gitignore (opened at this time):
|
|
||||||
# https://github.com/ambv/black/issues/475
|
|
||||||
exclude = '''
|
|
||||||
/(
|
|
||||||
\.pyc
|
|
||||||
| venv
|
|
||||||
)/
|
|
||||||
'''
|
|
22
setup.cfg
22
setup.cfg
|
@ -1,23 +1,3 @@
|
||||||
[coverage:run]
|
|
||||||
source =
|
|
||||||
bda
|
|
||||||
bds
|
|
||||||
clubs
|
|
||||||
cof
|
|
||||||
events
|
|
||||||
gestioncof
|
|
||||||
kfet
|
|
||||||
petitscours
|
|
||||||
shared
|
|
||||||
omit =
|
|
||||||
*migrations*
|
|
||||||
*test*.py
|
|
||||||
branch = true
|
|
||||||
|
|
||||||
[coverage:report]
|
|
||||||
precision = 2
|
|
||||||
show_missing = true
|
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude = migrations
|
exclude = migrations
|
||||||
max-line-length = 88
|
max-line-length = 88
|
||||||
|
@ -36,7 +16,7 @@ default_section = THIRDPARTY
|
||||||
force_grid_wrap = 0
|
force_grid_wrap = 0
|
||||||
include_trailing_comma = true
|
include_trailing_comma = true
|
||||||
known_django = django
|
known_django = django
|
||||||
known_first_party = bda,bds,clubs,cof,events,gestioncof,kfet,petitscours,shared
|
known_first_party = authens,tests
|
||||||
line_length = 88
|
line_length = 88
|
||||||
multi_line_output = 3
|
multi_line_output = 3
|
||||||
not_skip = __init__.py
|
not_skip = __init__.py
|
||||||
|
|
Loading…
Reference in a new issue