diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 93b5b2cca0..97ab9cbbd9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,6 +44,7 @@ repos: rev: 4.0.1 hooks: - id: flake8 + additional_dependencies: [flake8-typing-imports==1.10.1] exclude: *fixtures - repo: local hooks: diff --git a/ChangeLog b/ChangeLog index 26b63703e4..f58ab1c8da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,7 +12,7 @@ Release date: TBA .. Insert your changelog randomly, it will reduce merge conflicts - (Ie. not necessarilly at the end) + (Ie. not necessarily at the end) What's New in Pylint 2.12.1? @@ -24,7 +24,7 @@ Release date: TBA .. Insert your changelog randomly, it will reduce merge conflicts - (Ie. not necessarilly at the end) + (Ie. not necessarily at the end) What's New in Pylint 2.12.0? diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index e8fe14e699..cf351dde3c 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -2,5 +2,6 @@ # in .pre-commit-config.yaml black==21.11b1;python_full_version>="3.6.2" flake8==4.0.1 +flake8-typing-imports==1.10.1 isort==5.10.1 mypy==0.910 diff --git a/setup.cfg b/setup.cfg index 2c891228af..874f7f017a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,7 +50,7 @@ install_requires = toml>=0.9.2 colorama;sys_platform=="win32" typing-extensions>=3.10.0;python_version<"3.10" -python_requires = ~=3.6 +python_requires = >=3.6.2 [options.packages.find] include =