summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-23 14:00:20 +0000
committerGitHub <noreply@github.com>2023-01-23 14:00:20 +0000
commit31fe302c1cf9df38ad7aa9c2605fc4f792f2c2e7 (patch)
tree88ccd4857b4af065e875b11896864ebb43a1dbdf /.pre-commit-config.yaml
parent99ee841e74331e771098236286a07606e20d6a11 (diff)
downloadpylint-git-31fe302c1cf9df38ad7aa9c2605fc4f792f2c2e7.tar.gz
Bump flake8-bugbear from 23.1.14 to 23.1.20 (#8098)
* Bump flake8-bugbear from 23.1.14 to 23.1.20 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.1.14 to 23.1.20. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.1.14...23.1.20) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@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 eedb3c9b6..6d03ee589 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -58,7 +58,7 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- [flake8-bugbear==23.1.14, flake8-typing-imports==1.14.0]
+ [flake8-bugbear==23.1.20, flake8-typing-imports==1.14.0]
exclude: *fixtures
- repo: local
hooks: