Fix formatter config

This commit is contained in:
Ludovic Stephan 2020-06-13 20:41:45 +02:00
parent 1d1a2bee39
commit 6cd64dd441
2 changed files with 1 additions and 30 deletions

View file

@ -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
)/
'''

View file

@ -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]
exclude = migrations
max-line-length = 88
@ -36,7 +16,7 @@ default_section = THIRDPARTY
force_grid_wrap = 0
include_trailing_comma = true
known_django = django
known_first_party = bda,bds,clubs,cof,events,gestioncof,kfet,petitscours,shared
known_first_party = authens,tests
line_length = 88
multi_line_output = 3
not_skip = __init__.py