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
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
ci:
autoupdate_schedule: monthly
# uv-lock resolves dependencies from PyPI, but pre-commit.ci runs hooks with no
# network access, so it fails there. Skip it on pre-commit.ci; it still runs locally.
skip: [uv-lock]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down