Skip to content

Commit c86dc53

Browse files
committed
fix: adjust precommit to match nox file version
1 parent 580fb85 commit c86dc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lint-from-demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def lint_from_demo(
3737
git("checkout", "develop")
3838
git("branch", "-D", "temp/lint-from-demo", ignore_error=True)
3939
git("checkout", "-b", "temp/lint-from-demo", "develop")
40-
pre_commit.main.main(["run", "--all-files", "--hook-stage=manual", "--show-diff-on-failure"])
40+
pre_commit.main.main(["run", "--all-files", "--show-diff-on-failure"])
4141

4242
for path in IGNORED_FILES:
4343
git("checkout", "HEAD", "--", path)

0 commit comments

Comments
 (0)