diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ae27fd1f2..a4edb5d2b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.7 + rev: v0.14.5 hooks: - id: ruff name: Run Ruff (lint) @@ -10,7 +10,7 @@ repos: args: [--check] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v6.0.0 hooks: - id: check-case-conflict - id: check-merge-conflict @@ -21,7 +21,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/sphinx-contrib/sphinx-lint - rev: v0.9.1 + rev: v1.0.2 hooks: - id: sphinx-lint args: [--enable=default-role]