diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 90d7462..4d6499c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-merge-conflict - id: check-symlinks - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell name: codespell @@ -23,12 +23,12 @@ repos: additional_dependencies: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.4.2" + rev: "v0.6.5" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/psf/black # after ruff, as ruff output may need fixing - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black language_version: python3