Skip to content

Commit 6a234bf

Browse files
committed
chore: updates linting
1 parent a989e86 commit 6a234bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/sqlalchemy-spanner/noxfile.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ class = StreamHandler
9898
"mockserver",
9999
]
100100

101+
101102
@nox.session(python=DEFAULT_PYTHON_VERSION_FOR_SQLALCHEMY_20)
102103
def lint(session):
103104
"""Run linters.
@@ -245,7 +246,10 @@ def mockserver(session):
245246
"9999",
246247
)
247248
session.run(
248-
"py.test", "--quiet", os.path.join("tests", "mockserver_tests"), *session.posargs
249+
"py.test",
250+
"--quiet",
251+
os.path.join("tests", "mockserver_tests"),
252+
*session.posargs,
249253
)
250254

251255

0 commit comments

Comments
 (0)