Skip to content

Tags: ni/python-styleguide

Tags

v0.4.7

Toggle v0.4.7's commit message
update publishing flow to use ni/python-actions (#227)

* update publishing flow to use ni/python-actions

* github: Split Publish-Package.yml jobs according to security best practices

* github: Restore versioning policy

* github: Fix next version update

---------

Co-authored-by: Brad Keryan <[email protected]>

v0.4.6

Toggle v0.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Dev/fix command being over aggressive (#185)

* make filter actually work

* log when we fail to read a file, what file it was

* make a failing test

* make it pass

* print the exception in the test

* switch to pathspec for globbing/matching in fix

* move pathspec to core tooling section

* format / linter issues

* simplify

v0.4.5

Toggle v0.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ignore F401 for __init__.py files (#173)

* Ignore F401 for __init__.py files

These files routinely import other modules without immediately using
them with the intention of making them available to the importing
module. Moreover, they are rarely even supposed to be used within the
same __init__.py file. Marking all of them 'noqa: F410' is redundant.

* Update docs/Coding-Conventions.md

---------

Co-authored-by: mshafer-NI <[email protected]>

v0.4.5-2

Toggle v0.4.5-2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update pyproject.toml

the release tooling is failing to bump this, so bump it by hand.

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Also ignore D102 Missing docstring in public method in tests (#148)

* Also ignore D102 Missing docstring in public method in tests

* bump patch num

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
also allow flat tests (#146)

* also test_files right under tests

* bump minor

because release pipeline still doesn't

v0.1.17

Toggle v0.1.17's commit message

Verified

This commit was signed with the committer’s verified signature.
mark it as 0.1.17

v0.1.16

Toggle v0.1.16's commit message

Verified

This commit was signed with the committer’s verified signature.
bump to 16 for testing

v0.1.15.1

Toggle v0.1.15.1's commit message

Verified

This commit was signed with the committer’s verified signature.
test if setting this test if this can push

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump package patch version (#145)

`poetry version patch` then `poetry version prepatch`