diff --git a/pyproject.toml b/pyproject.toml index a6e25af8..7b357682 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,6 +56,7 @@ pytest-snapshot = ">=0.6.3" [tool.poetry.scripts] ni-python-styleguide = 'ni_python_styleguide._cli:main' +nps = 'ni_python_styleguide._cli:main' [tool.black]