Skip to content

Commit 0ef9ddc

Browse files
authored
also allow flat tests (#146)
* also test_files right under tests * bump minor because release pipeline still doesn't
1 parent da40eda commit 0ef9ddc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ni_python_styleguide/config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ ignore =
113113
I101
114114

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

118118
# Flake8 includes mccabe by default.
119119
# We have yet to evaluate it, so ignore the errors for now

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "ni-python-styleguide"
33
# The a.0 here denotes a source based version
44
# This is removed when released through the Publish-Package.yml GitHub action
55
# Official PyPI releases follow Major.Minor.Patch
6-
version = "0.4.2a0"
6+
version = "0.4.3a0"
77
description = "NI's internal and external Python linter rules and plugins"
88
authors = ["NI <[email protected]>"]
99
readme = "README.md" # apply the repo readme to the package as well

0 commit comments

Comments
 (0)