Skip to content

Commit 5879542

Browse files
committed
precommit linting
1 parent f6aa02b commit 5879542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ def coverage(session: Session) -> None:
126126

127127
if not session.posargs and any(Path().glob(".coverage.*")):
128128
session.run("coverage", "combine", external=True)
129-
129+
130130
# Add a debug command to see what files coverage is tracking
131131
session.run("coverage", "debug", "data", external=True)
132-
132+
133133
session.run("coverage", *args, external=True)
134134

135135

0 commit comments

Comments
 (0)