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 f478457 commit f13ab47Copy full SHA for f13ab47
.pre-commit-config.yaml
@@ -1,13 +1,13 @@
1
repos:
2
# Order matters because pyupgrade may make changes that pycln and black have to clean up
3
- repo: https://github.com/asottile/pyupgrade
4
- rev: v3.19.0
+ rev: v3.19.1
5
hooks:
6
- id: pyupgrade
7
args: [--py37-plus]
8
9
- repo: https://github.com/hadialqattan/pycln
10
- rev: v2.4.0
+ rev: v2.5.0
11
12
- id: pycln
13
args: [--config=pyproject.toml]
0 commit comments