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
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ repos:
- id: taplo-lint
args: ["--no-schema"]
- repo: https://github.com/tox-dev/pyproject-fmt
rev: v2.15.3
rev: v2.16.0
hooks:
- id: pyproject-fmt
# ** validate (schema-store)
- repo: https://github.com/henryiii/validate-pyproject-schema-store
rev: 2026.01.22
rev: 2026.02.15
hooks:
- id: validate-pyproject
name: validate-pyproject-schema-store
Expand All @@ -107,7 +107,7 @@ repos:

# * Markdown
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.20.0
rev: v0.21.0
hooks:
- id: markdownlint-cli2
alias: markdownlint
Expand All @@ -116,15 +116,15 @@ repos:

# * Linting
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.0
rev: v0.15.1
hooks:
- id: ruff-check
alias: ruff
args: [--fix, --show-fixes]
- id: ruff-format
alias: ruff
- repo: https://github.com/adamtheturtle/doccmd-pre-commit
rev: v2026.1.31.3
rev: v2026.2.15
hooks:
- id: doccmd
name: "ruff format markdown"
Expand All @@ -136,7 +136,7 @@ repos:
- "--command"
- "ruff format"
additional_dependencies:
- ruff==0.15.0
- ruff==0.15.1

# * Spelling
# ** typos
Expand All @@ -160,7 +160,7 @@ repos:
- "--custom-command=prek run pyproject2conda-project --all-files"
# ** uv
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.10.2
rev: 0.10.3
hooks:
- id: uv-lock
alias: requirements
Expand Down Expand Up @@ -192,15 +192,15 @@ repos:

# * Actions
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.36.1
rev: 0.36.2
hooks:
- id: check-github-workflows
alias: actions
priority: 0
- id: check-github-actions
alias: actions
- repo: https://github.com/rhysd/actionlint
rev: v1.7.10
rev: v1.7.11
hooks:
- id: actionlint
alias: actions
Expand Down