Skip to content

Commit 37a8028

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 2efcb55 commit 37a8028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/check_typeshed_structure.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
linters = {"mypy", "pyright", "pytype", "ruff"}
2929

3030
ALLOWED_PY_FILES_IN_TESTS_DIR = {
31-
"django_settings.py", # This file contains Django settings used by the mypy_django_plugin during stubtest execution.
31+
"django_settings.py" # This file contains Django settings used by the mypy_django_plugin during stubtest execution.
3232
}
3333

3434

0 commit comments

Comments
 (0)