summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-09 11:38:32 +0100
committerGitHub <noreply@github.com>2023-02-09 11:38:32 +0100
commit5931025255fe64ff98d9896c7defcc90622fa5de (patch)
treee46a2287703fe52249829bf57dc64cb59c5b9c40 /.pre-commit-config.yaml
parent67bf5da18b08d828d62ca4b0c8b42fb7820f0437 (diff)
downloadastroid-git-5931025255fe64ff98d9896c7defcc90622fa5de.tar.gz
Bump flake8-bugbear from 22.10.27 to 23.1.20 (#2010)
* Bump flake8-bugbear from 22.10.27 to 23.1.20 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.10.27 to 23.1.20. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.10.27...23.1.20) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * also upgrade pre-commit * Ignore existing issues Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index f9135cbf..fd9fda06 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -54,7 +54,7 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- [flake8-bugbear==22.10.27, flake8-typing-imports==1.14.0]
+ [flake8-bugbear==23.1.20, flake8-typing-imports==1.14.0]
exclude: tests/testdata|doc/conf.py
- repo: local
hooks: