Skip to content

Commit 8ec803e

Browse files
1 parent 76924e2 commit 8ec803e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
# Error if a python version is missing
8787
nox.options.error_on_missing_interpreters = True
8888

89+
8990
@nox.session(python=LINT_PYTHON_VERSION)
9091
def lint(session):
9192
"""Run linters.
@@ -138,6 +139,7 @@ def format(session):
138139
*LINT_PATHS,
139140
)
140141

142+
141143
@nox.session(python=LINT_PYTHON_VERSION)
142144
def lint_setup_py(session):
143145
"""Verify that setup.py is valid (including RST check)."""

0 commit comments

Comments
 (0)