diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a9f01f566..89d05e542 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.6.7' + rev: 'v0.6.9' hooks: # Run the formatter. - id: ruff-format @@ -47,7 +47,7 @@ repos: additional_dependencies: - black==22.12.0 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: name-tests-test exclude: ^tests/utils\.py \ No newline at end of file