Skip to content

Commit 255c518

Browse files
committed
updates to noxfile to address linting:
1 parent cfdcecc commit 255c518

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/db-dtypes/noxfile.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,9 @@ def unit(session, test_type):
294294

295295
# Compliance tests only run on the latest Python version
296296
if test_type == "compliance" and session.python != DEFAULT_PYTHON_VERSION:
297-
session.skip(f"Compliance tests are only run on the latest Python: {DEFAULT_PYTHON_VERSION}")
297+
session.skip(
298+
f"Compliance tests are only run on the latest Python: {DEFAULT_PYTHON_VERSION}"
299+
)
298300

299301
default(session, os.path.join("tests", test_type))
300302

0 commit comments

Comments
 (0)