From ad069ed8ec5c468751fc091d50aae7029d738fcd Mon Sep 17 00:00:00 2001 From: Boris Date: Mon, 29 Apr 2024 23:28:35 -0500 Subject: [PATCH] Setup ruff linter --- .pre-commit-config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 67c49662..daafeaaf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,8 @@ repos: - id: ruff-format args: - - '--exclude=import_specifications/clients/baseclient.py' + - '--config=pyproject.toml' + - '--check' - id: ruff args: - - '--exclude=import_specifications/clients/baseclient.py' \ No newline at end of file + - '--config=pyproject.toml' \ No newline at end of file