Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit a315acc

Browse files
committed
Update noxfile.py
1 parent d7f8582 commit a315acc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def lint(session):
150150
Returns a failure if the linters find linting errors or sufficiently
151151
serious code quality issues.
152152
"""
153-
session.install(FLAKE8_VERSION, BLACK_VERSION)
153+
session.install(FLAKE8_VERSION, BLACK_VERSION, "setuptools")
154154
session.run(
155155
"black",
156156
"--check",

0 commit comments

Comments
 (0)