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
@@ -1,6 +1,6 @@
ci:
autofix_prs: false
autoupdate_schedule: monthly
autoupdate_schedule: quarterly

repos:

Expand All @@ -24,7 +24,7 @@ repos:
- id: check-yaml

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.37.0
rev: 0.37.2
hooks:
- id: check-github-workflows

Expand Down Expand Up @@ -58,7 +58,7 @@ repos:
- id: text-unicode-replacement-char

- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
rev: v2.4.2
hooks:
- id: codespell
name: codespell (add false positives to pyproject.toml)
Expand All @@ -67,7 +67,7 @@ repos:
- tomli

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.4
rev: v0.15.12
hooks:
- id: ruff
name: ruff (see https://docs.astral.sh/ruff/rules)
Expand All @@ -81,7 +81,7 @@ repos:
# docstrings are formatted using the ruff-format hook
exclude: docs/contributing/coding_guide.rst|.*\.py
additional_dependencies:
- black==24.3.0
- black==26.3.1

- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v1.0.2
Expand Down