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 364bf2e + ec6f284 commit fb6a2d5Copy full SHA for fb6a2d5
.pre-commit-config.yaml
@@ -11,7 +11,7 @@
11
repos:
12
# Autoformat: Python code, syntax patterns are modernized
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v3.2.2
+ rev: v3.3.1
15
hooks:
16
- id: pyupgrade
17
args:
@@ -23,7 +23,7 @@ repos:
23
24
# Autoformat: Python code
25
- repo: https://github.com/psf/black
26
- rev: 22.10.0
+ rev: 22.12.0
27
28
- id: black
29
@@ -36,7 +36,7 @@ repos:
36
37
38
- repo: https://github.com/pycqa/isort
39
- rev: 5.10.1
+ rev: v5.11.3
40
41
- id: isort
42
@@ -48,3 +48,7 @@ repos:
48
49
- id: prettier
50
files: ".md"
51
+
52
+# pre-commit.ci config reference: https://pre-commit.ci/#configuration
53
+ci:
54
+ autoupdate_schedule: monthly
0 commit comments