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 800b61b commit 564e8f5Copy full SHA for 564e8f5
.pre-commit-config.yaml
@@ -14,7 +14,13 @@ repos:
14
rev: "22.12.0"
15
hooks:
16
- id: black
17
- args: [--target-version=py36]
+ args:
18
+ - --target-version=py36
19
+ - --target-version=py37
20
+ - --target-version=py38
21
+ - --target-version=py39
22
+ - --target-version=py310
23
+ - --target-version=py311
24
25
# Autoformat: markdown, yaml
26
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -48,3 +54,8 @@ repos:
48
54
49
55
# Lint: Checks that non-binary executables have a proper shebang.
50
56
- id: check-executables-have-shebangs
57
+
58
59
+# pre-commit.ci config reference: https://pre-commit.ci/#configuration
60
+ci:
61
+ autoupdate_schedule: monthly
0 commit comments