summaryrefslogtreecommitdiff
path: root/requirements_test_pre_commit.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-06 23:23:37 +0100
committerGitHub <noreply@github.com>2022-12-06 23:23:37 +0100
commit233b9d6fe8efb5bb1e270f275201654d1e7467c8 (patch)
treee5ce2ab26bc4463ce4f5aaa438fd958b8d80358f /requirements_test_pre_commit.txt
parent0ff97ddd3ff4fc1e044f76b72cea6c3e1b7e6127 (diff)
downloadpylint-git-233b9d6fe8efb5bb1e270f275201654d1e7467c8.tar.gz
Bump flake8 from 5.0.4 to 6.0.0 (#7859)
Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 6.0.0. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/5.0.4...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... * Fix regression with inline comment * Update flake8 config * doc about required python interpreters for contributors Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Diffstat (limited to 'requirements_test_pre_commit.txt')
-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 14daa70da..74eec8d62 100644
--- a/requirements_test_pre_commit.txt
+++ b/requirements_test_pre_commit.txt
@@ -1,7 +1,7 @@
# Everything in this file should reflect the pre-commit configuration
# in .pre-commit-config.yaml
black==22.10.0
-flake8==5.0.4
+flake8==6.0.0
flake8-bugbear==22.10.27
flake8-typing-imports==1.14.0
isort==5.10.1