diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e2c66ca..5da4f4f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.9.7" + rev: "v0.9.9" hooks: - id: ruff types: [file, python] @@ -56,7 +56,7 @@ repos: - repo: https://github.com/pycqa/isort - rev: '6.0.0' + rev: '6.0.1' hooks: - id: isort name: isort (cython)