Skip to content

Commit bc20f70

Browse files
committed
remove show diff on failure from pre-commit
1 parent fc4e8f4 commit bc20f70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def lint(session: nox.Session) -> None:
2121
"pre-commit",
2222
"run",
2323
"--all-files",
24-
"--show-diff-on-failure",
2524
*session.posargs,
2625
)
2726

0 commit comments

Comments
 (0)