summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-12 13:58:09 +0000
committerGitHub <noreply@github.com>2022-12-12 13:58:09 +0000
commitb94fdb2944e5b94c33dc67eb385abbdf1f2e7b3f (patch)
treeb9f57faaae04ae07b69231b83384ae2d672bb5d6 /.pre-commit-config.yaml
parent56f1357119baefafc347a5c52424a2dcbbbdace2 (diff)
downloadpylint-git-b94fdb2944e5b94c33dc67eb385abbdf1f2e7b3f.tar.gz
Bump flake8-bugbear from 22.10.27 to 22.12.6 (#7927)
* Bump flake8-bugbear from 22.10.27 to 22.12.6 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.10.27 to 22.12.6. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.10.27...22.12.6) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:production update-type: version-update:semver-minor ... 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>
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 022cfe4be..24c0dd753 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -58,7 +58,7 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- [flake8-bugbear==22.10.27, flake8-typing-imports==1.14.0]
+ [flake8-bugbear==22.12.6, flake8-typing-imports==1.14.0]
exclude: *fixtures
- repo: local
hooks: