diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8b3b247a..84dac1c60 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.7 + rev: v0.1.8 hooks: - id: ruff-format - repo: https://github.com/codespell-project/codespell @@ -31,7 +31,7 @@ repos: - id: blacken-docs additional_dependencies: [black==23.11] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.7 + rev: v0.1.8 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --unsafe-fixes]