We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763f5c3 commit 8a3965aCopy full SHA for 8a3965a
1 file changed
scripts/lint-from-demo.py
@@ -33,6 +33,7 @@ def lint_from_demo(
33
no_cache=no_cache
34
) as demo_path:
35
git("status", "--porcelain")
36
+ git("checkout", "develop")
37
git("branch", "-D", "temp/lint-from-demo", ignore_error=True)
38
git("checkout", "-b", "temp/lint-from-demo", "develop")
39
pre_commit.main.main(["run", "--all-files", "--hook-stage=manual", "--show-diff-on-failure"])
0 commit comments