Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks

ci:
skip:
- mypy # Uses language: system, not available in pre-commit.ci sandbox
- protolint-docker # Needs Docker, not available in pre-commit.ci
- hadolint-docker # Needs Docker, not available in pre-commit.ci
autofix_prs: true
autoupdate_schedule: monthly

# Force all unspecified python hooks to run python 3.10
default_language_version:
python: python3.10
Expand Down