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
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ci:
skip: [pyright, mypy]
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.13.3
rev: v0.14.3
hooks:
- id: ruff
args: [--exit-non-zero-on-fix]
Expand All @@ -46,7 +46,7 @@ repos:
- id: codespell
types_or: [python, rst, markdown, cython, c]
- repo: https://github.com/MarcoGorelli/cython-lint
rev: v0.17.0
rev: v0.18.1
hooks:
- id: cython-lint
- id: double-quote-cython-strings
Expand All @@ -67,11 +67,11 @@ repos:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- repo: https://github.com/PyCQA/isort
rev: 6.1.0
rev: 7.0.0
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: v3.20.0
rev: v3.21.0
hooks:
- id: pyupgrade
args: [--py311-plus]
Expand All @@ -87,7 +87,7 @@ repos:
types: [text] # overwrite types: [rst]
types_or: [python, rst]
- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v1.0.0
rev: v1.0.1
hooks:
- id: sphinx-lint
args: ["--enable", "all", "--disable", "line-too-long"]
Expand Down
Loading