From 6cd64dd4414f5a59e6ba05f41483488ad19663f3 Mon Sep 17 00:00:00 2001 From: Ludovic Stephan Date: Sat, 13 Jun 2020 20:41:45 +0200 Subject: [PATCH] Fix formatter config --- pyproject.toml | 9 --------- setup.cfg | 22 +--------------------- 2 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index 93b2644..0000000 --- a/pyproject.toml +++ /dev/null @@ -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 -)/ -''' diff --git a/setup.cfg b/setup.cfg index 1a9901c..ec50b39 100644 --- a/setup.cfg +++ b/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] 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