From 9e36df276466874501162e20176fe05cf9d1bebf Mon Sep 17 00:00:00 2001 From: raf-nr Date: Sat, 9 Dec 2023 22:59:48 +0300 Subject: [PATCH] chore: added exceptions for the ruff hook --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d65a9082..1474a14e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,6 +26,7 @@ repos: hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ] + exclude: tests/ - id: ruff-format - repo: https://github.com/psf/black-pre-commit-mirror