From 24be0d02e6aa764c3658c52a246f62f97c5c97d6 Mon Sep 17 00:00:00 2001 From: lucaferranti Date: Fri, 6 Sep 2024 11:29:34 +0300 Subject: [PATCH] fix lintingz --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 42e2e283..0f0a1d59 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: args: [--allow-multiple-documents, --unsafe] # These options are here because of the copier.yml file - id: end-of-file-fixer - id: file-contents-sorter - files: .JuliaFormatter.toml + files: .JuliaFormatter.toml$ args: [--unique] - id: mixed-line-ending args: [--fix=lf]