From c748c82c898adcd75d3288a7daf1b809a4ded6bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 29 Nov 2023 08:12:48 +0100 Subject: [PATCH] drop obsolete setup.cfg --- setup.cfg | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 1294fa5..0000000 --- a/setup.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[wheel] -universal = 1 - -[pycodestyle] -max-line-length = 88 -ignore = E501,E741,W503 - -[flake8] -max-line-length = 88 -ignore = E501,E741,W503 -exclude = .git,__pycache__,docs/source/conf.py,old,build,dist - -[mypy] -warn_redundant_casts = true -disallow_untyped_calls = true -disallow_untyped_defs = true -no_implicit_optional = true - -[mypy-pytest.*] -ignore_missing_imports = True - -[isort] -profile = black