Skip to content

Commit cff3a16

Browse files
author
Lode Rosseel
committed
Merge remote-tracking branch 'origin/main' into fix/async_fixture
2 parents 215c679 + 9c97a67 commit cff3a16

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.editorconfig-checker.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
2-
"Exclude": ["pytest_django/fixtures.py"],
2+
"Exclude": [
3+
"pytest_django/fixtures.py",
4+
".tox/*",
5+
".ruff_cache/*",
6+
"pytest_django.egg-info/*"
7+
],
38
"Disable": {
49
"MaxLineLength": true
510
}

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ commands =
5151
ruff check --diff {posargs:pytest_django pytest_django_test tests}
5252
ruff format --quiet --diff {posargs:pytest_django pytest_django_test tests}
5353
mypy {posargs:pytest_django pytest_django_test tests}
54-
ec {posargs:pytest_django pytest_django_test tests}
54+
ec .
5555
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))"
5656

5757
[testenv:doc8]

0 commit comments

Comments
 (0)