From 1da651f46b02175684605b9f3bf9d9a77c521308 Mon Sep 17 00:00:00 2001 From: kingbuzzman Date: Wed, 13 Aug 2025 04:50:27 -0400 Subject: [PATCH] Fix local linter issues --- .editorconfig-checker.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.editorconfig-checker.json b/.editorconfig-checker.json index 0410ab8e..1e9487fe 100644 --- a/.editorconfig-checker.json +++ b/.editorconfig-checker.json @@ -3,7 +3,9 @@ "pytest_django/fixtures.py", ".tox/*", ".ruff_cache/*", - "pytest_django.egg-info/*" + "pytest_django.egg-info/*", + "__pycache__/*", + "zizmor.sarif" ], "Disable": { "MaxLineLength": true