diff --git a/setup.cfg b/setup.cfg index 41e185cf81c3826fd38c34077c387658130671c5..4e3abe97754eb2279a6c60e34134f226e955dcbd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,6 @@ addopts = -v --cov flamenco_worker --cov-report term-missing --ignore node_modul [mypy] python_version = 3.7 -warn_unused_ignores = True ignore_missing_imports = True follow_imports = skip incremental = True