We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580fb85 commit c86dc53Copy full SHA for c86dc53
1 file changed
scripts/lint-from-demo.py
@@ -37,7 +37,7 @@ def lint_from_demo(
37
git("checkout", "develop")
38
git("branch", "-D", "temp/lint-from-demo", ignore_error=True)
39
git("checkout", "-b", "temp/lint-from-demo", "develop")
40
- pre_commit.main.main(["run", "--all-files", "--hook-stage=manual", "--show-diff-on-failure"])
+ pre_commit.main.main(["run", "--all-files", "--show-diff-on-failure"])
41
42
for path in IGNORED_FILES:
43
git("checkout", "HEAD", "--", path)
0 commit comments