We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45294a1 commit 2fe1901Copy full SHA for 2fe1901
1 file changed
.editorconfig-checker.json
@@ -1,5 +1,10 @@
1
{
2
- "Exclude": ["pytest_django/fixtures.py", ".tox/*"],
+ "Exclude": [
3
+ "pytest_django/fixtures.py",
4
+ ".tox/*",
5
+ "./ruff_cache/*",
6
+ "pytest_django.egg-info/*"
7
+ ],
8
"Disable": {
9
"MaxLineLength": true
10
}
0 commit comments