diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8c8819b2..e94efc31 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 8.0.0 + rev: 8.0.1 hooks: - id: isort args: ["--profile", "black", "--filter-files"] @@ -54,7 +54,7 @@ repos: - id: mypy additional_dependencies: [types-setuptools] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.2 + rev: v0.15.4 hooks: - id: ruff args: ["--config", "python/pyproject.toml"]