Skip to content

Commit d160718

Browse files
authored
Fix local ec linter issue (#1228)
1 parent 9c97a67 commit d160718

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.editorconfig-checker.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"pytest_django/fixtures.py",
44
".tox/*",
55
".ruff_cache/*",
6-
"pytest_django.egg-info/*"
6+
"pytest_django.egg-info/*",
7+
"__pycache__/*",
8+
"zizmor.sarif"
79
],
810
"Disable": {
911
"MaxLineLength": true

0 commit comments

Comments
 (0)