We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680d72d commit d48beb6Copy full SHA for d48beb6
tests/test_integration.sh
@@ -34,9 +34,14 @@ POETRY_VIRTUALENVS_CREATE=false poetry install
34
make test
35
36
# Extra tests for the infra:
37
+
38
+# Setup `git`:
39
git init # needed for `pre-commit`
40
+git config --global user.email "you@example.com"
41
+git config --global user.name "Your Name"
42
git add --all
43
git commit -m 'Initial'
44
45
+# Run `pre-commit` checks:
46
pip install -U pre-commit
47
pre-commit run -a
0 commit comments