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.
2 parents 054c20b + ab855b8 commit 53c4019Copy full SHA for 53c4019
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ ci:
7
8
repos:
9
- repo: https://github.com/asottile/pyupgrade
10
- rev: v3.19.1
+ rev: v3.20.0
11
hooks:
12
- id: pyupgrade
13
args: [--py38-plus]
@@ -20,7 +20,7 @@ repos:
20
21
- id: black
22
- repo: https://github.com/collective/zpretty
23
- rev: 3.1.0
+ rev: 3.1.1
24
25
- id: zpretty
26
@@ -32,7 +32,7 @@ repos:
32
# """
33
##
34
- repo: https://github.com/PyCQA/flake8
35
- rev: 7.1.2
+ rev: 7.3.0
36
37
- id: flake8
38
@@ -62,7 +62,7 @@ repos:
62
63
- id: check-manifest
64
- repo: https://github.com/regebro/pyroma
65
- rev: "4.2"
+ rev: "5.0"
66
67
- id: pyroma
68
- repo: https://github.com/mgedmin/check-python-versions
0 commit comments