8000
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 77c1f03 commit eb14475Copy full SHA for eb14475
.github/workflows/lint.yml
@@ -26,6 +26,8 @@ jobs:
26
with:
27
fetch-depth: 0
28
- uses: actions/setup-python@v4
29
+ with:
30
+ python-version: "3.10"
31
- run: pip install --upgrade tox
32
- name: Run commitizen (https://commitizen-tools.github.io/commitizen/)
33
run: tox -e cz
.github/workflows/pre_commit.yml
@@ -31,6 +31,8 @@ jobs:
steps:
- uses: actions/checkout@v3
34
35
36
- run: pip install --upgrade -r requirements.txt -r requirements-lint.txt pre-commit
37
- name: Run pre-commit install
38
run: pre-commit install
0 commit comments