Tags: ni/python-styleguide
Tags
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]>
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
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]>
PreviousNext