Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions .github/zizmor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
rules:
secrets-outside-env:
ignore:
# TODO: move the ASTRAL_DOCS_PAT secret to the release environment
- publish-docs.yml
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exclude: |
repos:
# Priority 0: Read-only hooks; hooks that modify disjoint file types.
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.10.7
rev: 0.10.9
hooks:
- id: uv-lock
priority: 0
Expand All @@ -22,7 +22,7 @@ repos:
priority: 0

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.4
rev: v0.15.5
hooks:
- id: ruff-format
priority: 0
Expand All @@ -49,7 +49,7 @@ repos:
priority: 0

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.47.0
rev: v0.48.0
hooks:
- id: markdownlint-fix
priority: 1
Expand All @@ -71,7 +71,7 @@ repos:
# zizmor detects security vulnerabilities in GitHub Actions workflows.
# Additional configuration for the tool is found in `.github/zizmor.yml`
- repo: https://github.com/zizmorcore/zizmor-pre-commit
rev: v1.22.0
rev: v1.23.1
hooks:
- id: zizmor
priority: 0
Expand Down
Loading