Skip to content

Commit 564e8f5

Browse files
committed
pre-commit.ci: update monthly
1 parent 800b61b commit 564e8f5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.pre-commit-config.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ repos:
1414
rev: "22.12.0"
1515
hooks:
1616
- id: black
17-
args: [--target-version=py36]
17+
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
1824

1925
# Autoformat: markdown, yaml
2026
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -48,3 +54,8 @@ repos:
4854

4955
# Lint: Checks that non-binary executables have a proper shebang.
5056
- 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

Comments
 (0)