From b0851adf6b48c6e79a882a49788d3c18f148d726 Mon Sep 17 00:00:00 2001 From: barry Date: Fri, 10 Jan 2025 15:54:50 +0100 Subject: [PATCH] add pre-commit hooks --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc8d09b..e2aecde 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,4 +6,3 @@ repos: args: ["--ignore=E711,E721"] # args: ["--fix"] # Automatically apply fixes where possible - id: ruff-format - args: ["--ignore=E711,E721"]