Skip to content

Commit 5f9022a

Browse files
committed
update
1 parent 918bd17 commit 5f9022a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def lint(session: nox.Session) -> None:
2727
@nox.session
2828
def pylint(session: nox.Session) -> None:
2929
"""
30-
Run PyLint.
30+
Run Pylint.
3131
"""
3232
# This needs to be installed into the package environment, and is slower
3333
# than a pre-commit check

0 commit comments

Comments
 (0)