Skip to content

Commit 6974a75

Browse files
authored
Merge pull request #16 from Zipstack/fix/pre-commit-ci-setup
fix: add pre-commit.ci configuration for automated linting
2 parents e074dad + 6a804dc commit 6974a75

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
# See https://pre-commit.com for more information
33
# See https://pre-commit.com/hooks.html for more hooks
44

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+
513
# Force all unspecified python hooks to run python 3.10
614
default_language_version:
715
python: python3.10

0 commit comments

Comments
 (0)