diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dd3fe8b916a57..265f647d156ce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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] @@ -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 @@ -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] @@ -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"]