summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-16 16:25:18 +0100
committerGitHub <noreply@github.com>2023-01-16 16:25:18 +0100
commiteae0eaff11239db4dc89d570d120ff0a6cbe1e61 (patch)
tree912e7d44b5d31d3f1330b81ca99e661a37382015 /.pre-commit-config.yaml
parent413238d03396a2a1140bccc8d5916941d360c95f (diff)
downloadpylint-git-eae0eaff11239db4dc89d570d120ff0a6cbe1e61.tar.gz
Bump flake8-bugbear from 22.12.6 to 23.1.14 (#8062)
* Bump flake8-bugbear from 22.12.6 to 23.1.14 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.12.6 to 23.1.14. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.12.6...23.1.14) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:production update-type: version-update:semver-major ... 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 17d1b2707..eedb3c9b6 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -58,7 +58,7 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- [flake8-bugbear==22.12.6, flake8-typing-imports==1.14.0]
+ [flake8-bugbear==23.1.14, flake8-typing-imports==1.14.0]
exclude: *fixtures
- repo: local
hooks: