Skip to content

Commit

Permalink
Ignore documentation errors in Sphinx config (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroeschl authored Jun 11, 2024
1 parent 8769b1e commit 5f0120d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ni_python_styleguide/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ ignore =
per-file-ignores=
# We want to ignore missing docstrings in test methods as they are self documenting
tests/**/test_*.py,tests/test_*.py:D100,D103,D102
# We don't need to document every Sphinx config
docs/conf.py:D1
# __init__.py files routinely import other modules without directly using them
__init__.py:F401

Expand Down

0 comments on commit 5f0120d

Please sign in to comment.