diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a1a40c8..c63b9da 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,13 +12,13 @@ repos: - id: "check-yaml" - repo: "https://github.com/astral-sh/ruff-pre-commit" - rev: "v0.9.2" + rev: "v0.11.2" hooks: - id: "ruff" args: ["--fix"] - repo: "https://github.com/psf/black-pre-commit-mirror" - rev: "24.10.0" + rev: "25.1.0" hooks: - id: "black" language_version: "python3.11"