diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4a40efac4..49afce5b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,20 +8,20 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit # WARNING: Ruff version should be the same as in `pyproject.toml` - rev: v0.14.3 + rev: v0.15.9 hooks: - id: ruff args: ["--fix"] - repo: https://github.com/psf/black-pre-commit-mirror # WARNING: Black version should be the same as in `pyproject.toml` - rev: "24.10.0" + rev: "26.3.1" hooks: - id: black pass_filenames: false require_serial: true args: ["."] - repo: https://github.com/python-poetry/poetry - rev: 2.2.1 + rev: 2.3.2 hooks: - id: poetry-check # sadly `--no-update` does not work on pre-commit.ci