Skip to content

Commit 2fe1901

Browse files
authored
.
1 parent 45294a1 commit 2fe1901

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.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", ".tox/*"],
2+
"Exclude": [
3+
"pytest_django/fixtures.py",
4+
".tox/*",
5+
"./ruff_cache/*",
6+
"pytest_django.egg-info/*"
7+
],
38
"Disable": {
49
"MaxLineLength": true
510
}

0 commit comments

Comments
 (0)