Skip to content

Commit

Permalink
also allow flat tests (#146)
Browse files Browse the repository at this point in the history
* also test_files right under tests

* bump minor

because release pipeline still doesn't
  • Loading branch information
mshafer-NI authored Oct 13, 2023
1 parent da40eda commit 0ef9ddc
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: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
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.2a0"
version = "0.4.3a0"
description = "NI's internal and external Python linter rules and plugins"
authors = ["NI <[email protected]>"]
readme = "README.md" # apply the repo readme to the package as well
Expand Down

0 comments on commit 0ef9ddc

Please sign in to comment.