Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ni_python_styleguide/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ per-file-ignores=
tests/**/test_*.py,tests/test_*.py:D100,D103,D102
# We don't need to document every Sphinx config
docs/conf.py:D1
# We don't need to document AI scripts
.build/ai/**:D1
Comment thread
aluqmanj-ni marked this conversation as resolved.
# __init__.py files routinely import other modules without directly using them
__init__.py:F401

Expand Down
Loading