Skip to content
Snippets Groups Projects
Commit 954206b0 authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Ignore missing module docstrings in linting

Since django projects follow a strict structure, enforcing these docstrings will mostly result in boilerplate comments without semantic value.
parent 5a088414
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,9 @@ load-plugins=
django-settings-module=AKPlanning.settings
disable=
C0114, # missing-module-docstring
[FORMAT]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment