From: Daniele Varrazzo Date: Thu, 13 Feb 2025 12:57:40 +0000 (+0100) Subject: chore: tweak linters output in pre-commit X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=720a7a08aa38e7cec2c1bce7cf470d87fe3e180f;p=thirdparty%2Fpsycopg.git chore: tweak linters output in pre-commit --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9c27ef8ab..4b53e7261 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: black name: black language: system - entry: black --check --diff + entry: black --check --diff --color --quiet files: \.py[i]?$ - id: codespell @@ -36,5 +36,5 @@ repos: - id: isort name: isort language: system - entry: isort + entry: isort --diff --color --check files: \.(py[i]?|pxd|pyx)$