diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1f3965bab..6e7e47a53 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.8.6 + rev: v0.11.4 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: "25.1.0" hooks: - id: black pass_filenames: false require_serial: true args: ["."] - repo: https://github.com/python-poetry/poetry - rev: 2.0.0 + rev: 2.1.2 hooks: - id: poetry-check - id: poetry-lock