diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e9a1e31..42ab100 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,17 +17,17 @@ repos: - id: mixed-line-ending - id: trailing-whitespace + - repo: https://github.com/psf/black + rev: "24.10.0" + hooks: + - id: black + - repo: https://github.com/astral-sh/ruff-pre-commit rev: "v0.8.6" hooks: - id: ruff args: [--fix] - - repo: https://github.com/psf/black - rev: "24.10.0" - hooks: - - id: black - - repo: https://github.com/pre-commit/mirrors-mypy rev: "v1.14.1" hooks: