Finish implementation

This commit is contained in:
Joachim Jablon
2021-09-25 11:54:56 +02:00
parent ebcebf7ed6
commit 06fec5ce93
15 changed files with 342 additions and 309 deletions

View File

@@ -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