From ca328478c31513a27ab0eb85fb7614575f581c80 Mon Sep 17 00:00:00 2001 From: Dobson Date: Thu, 11 Jan 2024 15:52:09 +0000 Subject: [PATCH] remove mypy from toml since it isrunning in pre_commit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 04bc6c83..19ce1bdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ module = "tests.*" disallow_untyped_defs = false [tool.pytest.ini_options] -addopts = "-v --mypy -p no:warnings --cov=swmmanywhere --cov-report=html --doctest-modules --ignore=swmmanywhere/__main__.py" +# addopts = "-v --mypy -p no:warnings --cov=swmmanywhere --cov-report=html --doctest-modules --ignore=swmmanywhere/__main__.py" [tool.ruff] select = ["D", "E", "F", "I"] # pydocstyle, pycodestyle, Pyflakes, isort