NI's internal and external Python linter rules and plugins
Project description
NI Python Style Guide
Welcome to NI's internal and external Python conventions and enforcement tooling.
Written Conventions
Our written conventions can be found at https://ni.github.io/python-styleguide/.
Their source is in docs/Coding-Conventions.md.
NOTE: Using the GitHub Pages link is preferable to a GitHub /blob
link.
Enforcement tooling
As a tool, ni-python-styleguide
is installed like any other script:
pip install ni-python-styleguide
Linting
To lint, just run the lint
subcommand (from within the project root, or lower):
ni-python-styleguide lint
# or
ni-python-styleguide lint ./dir/
# or
ni-python-styleguide lint module.py
The rules enforced are all rules documented in the written convention, which are marked as enforced.
Configuration
ni-python-styleguide
aims to keep the configuration to a bare minimum (none wherever possible).
However there are some situations you might need to configure the tool.
Fix
ni-python-styleguide
has a subcommand fix
which will run black and isort.
Additionally, you can run fix
with the --aggressive
option and it will add acknowledgements (# noqa) for the remaining linting errors
it cannot fix, in addition to running black and isort.
When using setup.py
If you're using setup.py
, you'll need to set your app's import names for import sorting.
# pyproject.toml
[tool.ni-python-styleguide]
application-import-names = "<app_name>"
Formatting
ni-python-styleguide
in the future will have a format
command which we intend to fix as many lint issues as possible.
Until then you'll want to set the following to get black
formatting as the styleguide expects.
# pyproject.toml
[tool.black]
line-length = 100
Editor Integration
(This section to come!)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ni_python_styleguide-0.4.6.tar.gz
.
File metadata
- Download URL: ni_python_styleguide-0.4.6.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.9.19 Linux/6.5.0-1021-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26d7ebd5acce0b29a6209ef9950f369327cbfd7ffd8404ade3e9a7c0f0aa6bcb |
|
MD5 | f755976483f456d353d63ffb365ef245 |
|
BLAKE2b-256 | cc22f188c62777692e6a3843161f1ab0fefc8e741c94d05e009846d9758aac33 |
File details
Details for the file ni_python_styleguide-0.4.6-py3-none-any.whl
.
File metadata
- Download URL: ni_python_styleguide-0.4.6-py3-none-any.whl
- Upload date:
- Size: 18.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.9.19 Linux/6.5.0-1021-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ffa8bd5de38d96779ad0e83e49a3db3620a31742247be10f6471961ab6fa246 |
|
MD5 | 5c45e505d919bf182aa044b594b2e2a9 |
|
BLAKE2b-256 | 4016fd852022ba3c713b8c02561a9cbdc158ce4a35fc71d35bd55fc8a1f8ba3e |