Skip to content

Commit 611a5a5

Browse files
committed
Fix lint
1 parent 8135417 commit 611a5a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

noxfile.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ def safety(session: nox.Session) -> None:
3939
session.install("safety")
4040
# Ignore https://github.com/pytest-dev/py/issues/287
4141
# Ignore https://bugzilla.redhat.com/show_bug.cgi?id=1677653#c4
42-
session.run("safety", "check", "--full-report", "-i", "51457", "-i", "70612")
42+
session.run(
43+
"safety", "check", "--full-report", "-i", "51457", "-i", "70612"
44+
)
4345

4446

4547
@nox.session

0 commit comments

Comments
 (0)