From 8813cdf00ccaf64bd6d4b59f62e02ba74931b1b0 Mon Sep 17 00:00:00 2001 From: Javier Buzzi Date: Tue, 12 Aug 2025 19:37:03 +0100 Subject: [PATCH 1/7] Test bad char --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index a9c14a89..aef88b56 100644 --- a/tox.ini +++ b/tox.ini @@ -10,6 +10,7 @@ envlist = [testenv] dependency_groups = testing + !dj42: async coverage: coverage mysql: mysql postgres: postgres From f5ca462ea875ebd2c6548683d367a0cf62694035 Mon Sep 17 00:00:00 2001 From: Javier Buzzi Date: Tue, 12 Aug 2025 19:39:18 +0100 Subject: [PATCH 2/7] better representation --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index aef88b56..76152009 100644 --- a/tox.ini +++ b/tox.ini @@ -9,8 +9,7 @@ envlist = [testenv] dependency_groups = - testing - !dj42: async + testing coverage: coverage mysql: mysql postgres: postgres From f86216821c16b3baecd2e25e9461e38eabfcc387 Mon Sep 17 00:00:00 2001 From: Javier Buzzi Date: Tue, 12 Aug 2025 19:41:51 +0100 Subject: [PATCH 3/7] Ahhhhhhh!!! --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 76152009..749740d2 100644 --- a/tox.ini +++ b/tox.ini @@ -48,7 +48,7 @@ commands = ruff check --diff {posargs:pytest_django pytest_django_test tests} ruff format --quiet --diff {posargs:pytest_django pytest_django_test tests} mypy {posargs:pytest_django pytest_django_test tests} - ec {posargs:pytest_django pytest_django_test tests} + ec . python -c "import subprocess, sys; sys.exit(subprocess.call('zizmor --persona=pedantic --format sarif .github/workflows/deploy.yml .github/workflows/main.yml > zizmor.sarif', shell=True))" [testenv:doc8] From 45294a1c1bb2e6dac410c025667b961f712fa308 Mon Sep 17 00:00:00 2001 From: Javier Buzzi Date: Tue, 12 Aug 2025 19:43:56 +0100 Subject: [PATCH 4/7] . --- .editorconfig-checker.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig-checker.json b/.editorconfig-checker.json index 3fa0e744..e9d26663 100644 --- a/.editorconfig-checker.json +++ b/.editorconfig-checker.json @@ -1,5 +1,5 @@ { - "Exclude": ["pytest_django/fixtures.py"], + "Exclude": ["pytest_django/fixtures.py", ".tox/*"], "Disable": { "MaxLineLength": true } From 2fe190189f93cc4f5692dd0efe1422775260b748 Mon Sep 17 00:00:00 2001 From: Javier Buzzi Date: Tue, 12 Aug 2025 19:46:02 +0100 Subject: [PATCH 5/7] . --- .editorconfig-checker.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.editorconfig-checker.json b/.editorconfig-checker.json index e9d26663..dc8db86c 100644 --- a/.editorconfig-checker.json +++ b/.editorconfig-checker.json @@ -1,5 +1,10 @@ { - "Exclude": ["pytest_django/fixtures.py", ".tox/*"], + "Exclude": [ + "pytest_django/fixtures.py", + ".tox/*", + "./ruff_cache/*", + "pytest_django.egg-info/*" + ], "Disable": { "MaxLineLength": true } From da5b1f28e0e4b7875385cfa3571c273638478590 Mon Sep 17 00:00:00 2001 From: Javier Buzzi Date: Tue, 12 Aug 2025 19:46:17 +0100 Subject: [PATCH 6/7] oops --- .editorconfig-checker.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig-checker.json b/.editorconfig-checker.json index dc8db86c..84b91a52 100644 --- a/.editorconfig-checker.json +++ b/.editorconfig-checker.json @@ -2,7 +2,7 @@ "Exclude": [ "pytest_django/fixtures.py", ".tox/*", - "./ruff_cache/*", + ".ruff_cache/*", "pytest_django.egg-info/*" ], "Disable": { From 2f98becef24d3a2ee5a6b9149c91850043dfe982 Mon Sep 17 00:00:00 2001 From: Javier Buzzi Date: Tue, 12 Aug 2025 19:48:38 +0100 Subject: [PATCH 7/7] Putting it all back --- .editorconfig-checker.json | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig-checker.json b/.editorconfig-checker.json index 84b91a52..0410ab8e 100644 --- a/.editorconfig-checker.json +++ b/.editorconfig-checker.json @@ -1,6 +1,6 @@ { "Exclude": [ - "pytest_django/fixtures.py", + "pytest_django/fixtures.py", ".tox/*", ".ruff_cache/*", "pytest_django.egg-info/*" diff --git a/tox.ini b/tox.ini index 749740d2..1caaf78d 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ envlist = [testenv] dependency_groups = - testing + testing coverage: coverage mysql: mysql postgres: postgres