Skip to content

Commit

Permalink
Also ignore D102 Missing docstring in public method in tests (#148)
Browse files Browse the repository at this point in the history
* Also ignore D102 Missing docstring in public method in tests

* bump patch num
  • Loading branch information
irwand authored Oct 17, 2023
1 parent 601027c commit 5e254a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ni_python_styleguide/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ignore =
I101

# We want to ignore missing docstrings in test methods as they are self documenting
per-file-ignores= tests/**/test_*.py,tests/test_*.py:D100,D103
per-file-ignores= tests/**/test_*.py,tests/test_*.py:D100,D103,D102

# Flake8 includes mccabe by default.
# We have yet to evaluate it, so ignore the errors for now
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "ni-python-styleguide"
# The a.0 here denotes a source based version
# This is removed when released through the Publish-Package.yml GitHub action
# Official PyPI releases follow Major.Minor.Patch
version = "0.4.3a0"
version = "0.4.4a0"
description = "NI's internal and external Python linter rules and plugins"
authors = ["NI <opensource@ni.com>"]
readme = "README.md" # apply the repo readme to the package as well
Expand Down

0 comments on commit 5e254a5

Please sign in to comment.