Skip to content

Commit e11ffd3

Browse files
post cherry-pick fix
1 parent 5fe7403 commit e11ffd3

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
@@ -39,7 +39,7 @@ def semgrep_src(session):
3939
session.run("semgrep", "scan", "--strict", "--verbose", "--error", "src")
4040

4141

42-
@nox.session(name="black-lint", python=_DEFAULT_PYTHON)
42+
@nox.session(python=_DEFAULT_PYTHON)
4343
def black_lint(session):
4444
session.install("-e", ".[tests]")
4545
session.run("black", "--verbose", "--check", "--diff", "--color", ".")

0 commit comments

Comments
 (0)