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 7acdc8a + ccfc687 commit dc983c9Copy full SHA for dc983c9
.pre-commit-config.yaml
@@ -14,15 +14,15 @@ exclude: "(.*/)?secrets/.*"
14
repos:
15
# Autoformat: Python code, syntax patterns are modernized
16
- repo: https://github.com/asottile/pyupgrade
17
- rev: v3.3.0
+ rev: v3.3.1
18
hooks:
19
- id: pyupgrade
20
args:
21
- --py37-plus
22
23
# Autoformat: Python code
24
- repo: https://github.com/psf/black
25
- rev: 22.10.0
+ rev: 22.12.0
26
27
- id: black
28
@@ -34,7 +34,7 @@ repos:
34
35
36
- repo: https://github.com/pycqa/isort
37
- rev: 5.10.1
+ rev: v5.11.3
38
39
- id: isort
40
@@ -76,3 +76,7 @@ repos:
76
rev: "6.0.0"
77
78
- id: flake8
79
+
80
+# pre-commit.ci config reference: https://pre-commit.ci/#configuration
81
+ci:
82
+ autoupdate_schedule: monthly
0 commit comments