diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9b37a1cb5..500e9c9fa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,4 @@ repos: - id: ruff args: [--fix, --exit-non-zero-on-fix] exclude: docs\/.* - - repo: https://github.com/psf/black - rev: "24.3.0" - hooks: - - id: black + - id: ruff-format