diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 070de4c..93fcd99 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: args: ["--py313-plus"] files: ^itkit/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.2 + rev: v0.15.4 hooks: - id: ruff-check types_or: [ python, pyi ] @@ -36,7 +36,7 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/PyCQA/isort - rev: 8.0.0 + rev: 8.0.1 hooks: - id: isort files: ^itkit/