From 3efa71b39b4d06fbf0c36168ca8854172f3b8707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 24 Oct 2023 20:28:30 +0200 Subject: [PATCH] ci: use ruff formatter instead of black --- .pre-commit-config.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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: