We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2efcb55 commit 37a8028Copy full SHA for 37a8028
tests/check_typeshed_structure.py
@@ -28,7 +28,7 @@
28
linters = {"mypy", "pyright", "pytype", "ruff"}
29
30
ALLOWED_PY_FILES_IN_TESTS_DIR = {
31
- "django_settings.py", # This file contains Django settings used by the mypy_django_plugin during stubtest execution.
+ "django_settings.py" # This file contains Django settings used by the mypy_django_plugin during stubtest execution.
32
}
33
34
0 commit comments