diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a1d557..3a52269 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -57,21 +57,6 @@ repos: hooks: - id: add-trailing-comma - - repo: https://github.com/psf/black - rev: 24.4.2 - hooks: - - id: black - - - repo: https://github.com/pycqa/flake8 - rev: 7.1.0 - hooks: - - id: flake8 - additional_dependencies: - - flake8-docstrings==1.7.0 - args: - - --max-line-length=88 - - --extend-ignore=E203 - - repo: https://github.com/charliermarsh/ruff-pre-commit rev: v0.5.2 hooks: