We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e074dad + 6a804dc commit 6974a75Copy full SHA for 6974a75
1 file changed
.pre-commit-config.yaml
@@ -2,6 +2,14 @@
2
# See https://pre-commit.com for more information
3
# See https://pre-commit.com/hooks.html for more hooks
4
5
+ci:
6
+ skip:
7
+ - mypy # Uses language: system, not available in pre-commit.ci sandbox
8
+ - protolint-docker # Needs Docker, not available in pre-commit.ci
9
+ - hadolint-docker # Needs Docker, not available in pre-commit.ci
10
+ autofix_prs: true
11
+ autoupdate_schedule: monthly
12
+
13
# Force all unspecified python hooks to run python 3.10
14
default_language_version:
15
python: python3.10
0 commit comments