diff --git a/ni_python_styleguide/config.ini b/ni_python_styleguide/config.ini index 0f3301b..420aaa7 100644 --- a/ni_python_styleguide/config.ini +++ b/ni_python_styleguide/config.ini @@ -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:D100,D103 +per-file-ignores= tests/**/test_*.py,tests/test_*.py:D100,D103 # Flake8 includes mccabe by default. # We have yet to evaluate it, so ignore the errors for now diff --git a/pyproject.toml b/pyproject.toml index 2dc4b3b..eadf8b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.2a0" +version = "0.4.3a0" description = "NI's internal and external Python linter rules and plugins" authors = ["NI "] readme = "README.md" # apply the repo readme to the package as well