Skip to content

Commit edab7f9

Browse files
committed
🛠️ conf.py -> Updated templates_path and html_static_path
1 parent 325d4a7 commit edab7f9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

setup.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,12 @@ plugins =
3030

3131
[mypy.plugins.django-stubs]
3232
django_settings_module = signal_documentation.settings
33+
34+
[mypy-*.migrations.*]
35+
ignore_errors = True
36+
37+
[mypy-signal_documentation.settings.*]
38+
ignore_errors = True
39+
40+
[mypy-*.tests.*]
41+
ignore_errors = True

0 commit comments

Comments
 (0)