We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95972ff + 91713fe commit f69ef7bCopy full SHA for f69ef7b
1 file changed
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
exclude: ^tests/fixtures/
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.4.0
+ rev: v4.5.0
5
hooks:
6
- id: check-yaml
7
- id: debug-statements
@@ -18,7 +18,7 @@ repos:
18
- id: black
19
args: [--line-length=79]
20
- repo: https://github.com/asottile/pyupgrade
21
- rev: v3.14.0
+ rev: v3.15.0
22
23
- id: pyupgrade
24
args: [--py37-plus]
0 commit comments