summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-11-29 22:11:40 +0200
committerGitHub <noreply@github.com>2022-11-29 22:11:40 +0200
commit70d8f7f5189fac0dfbf21b83adbd2781d2537c17 (patch)
tree7ccc6ed15d70a0cdf23244c5e66fd8fedc46ab6d
parent814c2efe8e40051039c5a6de6945e04ecdd162ee (diff)
downloadwheel-git-70d8f7f5189fac0dfbf21b83adbd2781d2537c17.tar.gz
[pre-commit.ci] pre-commit autoupdate (#490)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0) - [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](https://github.com/asottile/pyupgrade/compare/v3.2.0...v3.2.2) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](https://github.com/PyCQA/flake8/compare/5.0.4...6.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b9db00a..0b502c2 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: ^src/wheel/vendored
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.3.0
+ rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
@@ -24,7 +24,7 @@ repos:
args: ["-a", "from __future__ import annotations"]
- repo: https://github.com/asottile/pyupgrade
- rev: v3.2.0
+ rev: v3.2.2
hooks:
- id: pyupgrade
args: ["--py37-plus"]
@@ -36,7 +36,7 @@ repos:
args: [--target-version=py37]
- repo: https://github.com/PyCQA/flake8
- rev: 5.0.4
+ rev: 6.0.0
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear]