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
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:

# Ruff - Python linter and formatter
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.20
rev: v0.16.1
hooks:
- id: ruff
args: [--fix]
Expand All @@ -35,15 +35,15 @@ repos:

# Codespell - Check for common misspellings
- repo: https://github.com/codespell-project/codespell
rev: v2.4.2
rev: v2.4.3
hooks:
- id: codespell
additional_dependencies: ["tomli"]
args: ["--toml", "pyproject.toml"]

# UV lock check
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.11.26
rev: 0.12.1
hooks:
- id: uv-lock
- id: uv-export
Expand All @@ -64,7 +64,7 @@ repos:

# Markdownlint - Markdown linting
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.23.0
rev: v0.23.2
hooks:
- id: markdownlint-cli2

Expand All @@ -76,7 +76,7 @@ repos:

# Tombi - TOML formatting
- repo: https://github.com/tombi-toml/tombi-pre-commit
rev: v1.2.0
rev: v1.2.6
hooks:
- id: tombi-format
args: ["--offline"]
Expand Down