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 @@ -43,7 +43,7 @@ repos:
exclude: ^\.bumpversion\.cfg$

- repo: https://github.com/python-jsonschema/check-jsonschema.git
rev: 0.34.0
rev: 0.34.1
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down Expand Up @@ -81,7 +81,7 @@ repos:
# mdformat is not enabled by default, but can be run manually with:
# pre-commit run mdformat --all-files --hook-stage manual
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.22
rev: 1.0.0
hooks:
- id: mdformat
stages: [ manual ]
Expand All @@ -97,14 +97,14 @@ repos:
- id: validate-pyproject

- repo: https://github.com/mgedmin/check-manifest
rev: "0.50"
rev: "0.51"
hooks:
- id: check-manifest
args: [ --no-build-isolation ]
additional_dependencies: [setuptools-scm]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.0
rev: v0.14.1
hooks:
- id: ruff-format
- id: ruff
Expand Down
Loading