diff --git a/requirements-dev.txt b/requirements-dev.txt index e8fefb7..4dc108c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -flake8==4.0.1 -mypy==0.971 -mypy-extensions==0.4.3 -typing-extensions>=4.2.0 \ No newline at end of file +flake8>=7.0.0 +mypy>=1.10.0 +mypy-extensions>=1.0.0 +typing-extensions>=4.11.0 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 29f166f..2da655f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,10 +8,6 @@ statistics = True [mypy] -mypy_path = ./stubs/ - -python_version = 3.10 - ignore_missing_imports = False disallow_any_generics = True