We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8769b1e commit 5f0120dCopy full SHA for 5f0120d
ni_python_styleguide/config.ini
@@ -115,6 +115,8 @@ ignore =
115
per-file-ignores=
116
# We want to ignore missing docstrings in test methods as they are self documenting
117
tests/**/test_*.py,tests/test_*.py:D100,D103,D102
118
+ # We don't need to document every Sphinx config
119
+ docs/conf.py:D1
120
# __init__.py files routinely import other modules without directly using them
121
__init__.py:F401
122
0 commit comments