diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 51e1456fb..ca8b2025c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,13 +7,13 @@ ci: # https://pre-commit.com/#adding-pre-commit-plugins-to-your-project repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.1 + rev: v0.4.9 hooks: - id: ruff args: ["--fix"] - repo: https://github.com/psf/black-pre-commit-mirror # WARNING: version should be the same as in `pyproject.toml` - rev: "24.4.0" + rev: "24.4.2" hooks: - id: black pass_filenames: false