We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4449c1 + 228ed60 commit 0808dbfCopy full SHA for 0808dbf
1 file changed
.pre-commit-config.yaml
@@ -18,12 +18,12 @@ repos:
18
- id: black
19
args: [--line-length=79]
20
- repo: https://github.com/asottile/pyupgrade
21
- rev: v3.7.0
+ rev: v3.8.0
22
hooks:
23
- id: pyupgrade
24
args: [--py37-plus]
25
- repo: https://github.com/asottile/setup-cfg-fmt
26
- rev: v2.3.0
+ rev: v2.4.0
27
28
- id: setup-cfg-fmt
29
args: [--min-py3-version, '3.7']
0 commit comments