diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7b53d6d..d2c00dd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.4.0' + rev: v5.0.0 hooks: - id: end-of-file-fixer exclude: tests/sample_data @@ -16,7 +16,7 @@ repos: - id: debug-statements - id: requirements-txt-fixer - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.6 + rev: v0.9.3 hooks: - id: ruff types_or: [ python, pyi, jupyter ]