Skip to content

Commit

Permalink
Remove redundant --all-files argument (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne committed Jul 15, 2022
1 parent 1fa21f6 commit 529efb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def lint(session):
else:
args = ["--all-files", "--show-diff-on-failure"]

session.run("pre-commit", "run", "--all-files", *args)
session.run("pre-commit", "run", *args)


@nox.session(python="3.8")
Expand Down

0 comments on commit 529efb1

Please sign in to comment.