diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3825fd54..024ca48f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ exclude: 'conf.py|test_file_conflicts_pathtable.py' repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-docstring-first - id: check-executables-have-shebangs @@ -18,7 +18,7 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.3 + rev: v0.6.9 hooks: - id: ruff - repo: https://github.com/psf/black