We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8cda0 commit 016a539Copy full SHA for 016a539
.pre-commit-config.yaml
@@ -71,7 +71,7 @@ repos:
71
additional_dependencies: [black==22.10.0]
72
73
- repo: https://github.com/asottile/pyupgrade
74
- rev: v3.1.0
+ rev: v3.2.0
75
hooks:
76
- id: pyupgrade
77
args: [--py37-plus, --keep-mock]
CHANGELOG.md
@@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
26
- Update `pre-commit/pre-commit-hooks` to v4.3.0
27
- Update `pre-commit/mirrors-pylint` to v3.0.0a5
28
+- Update `asottile/pyupgrade` to v3.2.0
29
- Update `black` hook to v22.10.0
30
- Update `flake8` hook to v5.0.4
31
- Update `Lucas-C/pre-commit-hooks` hook to v1.3.1
0 commit comments