Skip to content

Commit

Permalink
Remove redundant installation of pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
purefunctor committed Jun 8, 2021
1 parent 4e9172d commit 9eeeccd
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 @@ -26,7 +26,7 @@ def pre_commit(session):
env = {"SKIP": "flake8"}

install_with_constraints(session, "pre-commit")
session.run("pre-commit", "install")
session.run_always("pre-commit", "install")
session.run("pre-commit", "run", "--all-files", env=env)


Expand Down

0 comments on commit 9eeeccd

Please sign in to comment.