summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-11 15:32:32 +0200
committerGitHub <noreply@github.com>2021-10-11 15:32:32 +0200
commit005b2943d316a4bd268f626f2ebece8ebd5aedc0 (patch)
treeab44ec3b6ebe4d17359d739e9acaa7c2818e8ed3
parent4e8a3659c4158766e56d6824752eb15614ae6726 (diff)
downloadpylint-git-005b2943d316a4bd268f626f2ebece8ebd5aedc0.tar.gz
Bump flake8 from 3.9.2 to 4.0.1 (#5142)
Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 4.0.1. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.9.2...4.0.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--requirements_test_pre_commit.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt
index 4f24a86bf..94680df47 100644
--- a/requirements_test_pre_commit.txt
+++ b/requirements_test_pre_commit.txt
@@ -1,6 +1,6 @@
# Everything in this file should reflect the pre-commit configuration
# in .pre-commit-config.yaml
black==21.9b0;python_full_version>="3.6.2"
-flake8==3.9.2
+flake8==4.0.1
isort==5.9.3
mypy==0.910