We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c7dce commit 875f575Copy full SHA for 875f575
README.md
@@ -25,6 +25,8 @@ As a tool, `ni-python-styleguide` is installed like any other script:
25
pip install ni-python-styleguide
26
```
27
28
+The script name `nps` is a short-name for `ni-python-styleguide`, and may be used in place of `ni-python-styleguide` in any CLI command.
29
+
30
### Linting
31
32
To lint, just run the `lint` subcommand (from within the project root, or lower):
@@ -34,7 +36,7 @@ ni-python-styleguide lint
34
36
# or
35
37
ni-python-styleguide lint ./dir/
38
-ni-python-styleguide lint module.py
39
+nps lint module.py
40
41
42
The rules enforced are all rules documented in the written convention, which are marked as enforced.
0 commit comments