diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f7e41f52..1f15e822 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.3 + rev: v0.11.4 hooks: - id: ruff args: [ --fix ] @@ -13,7 +13,7 @@ repos: - "--remove-all-unused-imports" - "--remove-unused-variable" - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort - repo: https://github.com/pre-commit/pre-commit-hooks