diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bf6873e..e35ae07 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,15 +23,12 @@ repos: rev: 5.12.0 hooks: - id: isort -- repo: https://github.com/psf/black - rev: 22.12.0 - hooks: - - id: black - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.1.1 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] + - id: ruff-format - repo: https://github.com/asottile/blacken-docs rev: 1.16.0 hooks: