Skip to content
Open
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: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repos:
- id: mdformat
language: python
additional_dependencies:
- mdformat-mkdocs==4.4.1
- mdformat-mkdocs==4.4.2
- mdformat-footnote==0.1.2

- repo: https://github.com/DavidAnson/markdownlint-cli2
Expand All @@ -54,7 +54,7 @@ repos:
- id: markdownlint-cli2

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.9.4
rev: 0.9.6
hooks:
- id: uv-lock

Expand All @@ -64,13 +64,13 @@ repos:
- id: typos

- repo: https://github.com/fsfe/reuse-tool
rev: v6.1.2
rev: v6.2.0
hooks:
- id: reuse-lint-file

# zizmor detects security vulnerabilities in GitHub Actions workflows.
- repo: https://github.com/woodruffw/zizmor-pre-commit
rev: v1.15.2
rev: v1.16.1
hooks:
- id: zizmor

Expand Down