Finish implementation
This commit is contained in:
11
setup.cfg
11
setup.cfg
@@ -1,6 +1,5 @@
|
||||
[isort]
|
||||
profile = black
|
||||
known_first_party = procrastinate
|
||||
skip = .venv,.tox
|
||||
|
||||
[flake8]
|
||||
@@ -9,16 +8,8 @@ skip = .venv,.tox
|
||||
extend-ignore = E203,E501
|
||||
extend-exclude = .venv
|
||||
|
||||
[tool:pytest]
|
||||
addopts =
|
||||
--cov-report term-missing --cov-branch --cov-report xml --cov-report term
|
||||
--cov=tests.code -vv --strict-markers -rfE
|
||||
|
||||
filterwarnings =
|
||||
error
|
||||
|
||||
[mypy]
|
||||
no_implicit_optional = True
|
||||
|
||||
[mypy-django.*,importlib_metadata.*,psycopg2.*,aiopg.*]
|
||||
[mypy-xmltodict.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
Reference in New Issue
Block a user