diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 82917d7..67fedcc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,12 +25,6 @@ repos: - id: remove-tabs - id: remove-crlf - # Flake8 and black - - repo: https://github.com/psf/black - rev: 24.3.0 - hooks: - - id: black - - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. rev: v0.3.3