diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cd52482df0..cc6579a536 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - id: no-commit-to-branch - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.1.6" + rev: "v0.1.7" hooks: - id: ruff types: [file, python] @@ -56,7 +56,7 @@ repos: types: [file, python] - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.0 hooks: - id: isort types: [file, python]