|
@@ -11,10 +11,10 @@ jobs:
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: actions/checkout@v3
|
|
- - name: Set up Python 3.7.0
|
|
|
|
|
|
+ - name: Set up Python 3.7.1
|
|
uses: actions/setup-python@v4
|
|
uses: actions/setup-python@v4
|
|
with:
|
|
with:
|
|
- python-version: 3.7.0
|
|
|
|
|
|
+ python-version: 3.7.1
|
|
- name: Upgrade pip
|
|
- name: Upgrade pip
|
|
run: python -m pip install pip --upgrade --user
|
|
run: python -m pip install pip --upgrade --user
|
|
- name: Install pre-commit hooks
|
|
- name: Install pre-commit hooks
|
|
@@ -22,4 +22,4 @@ jobs:
|
|
pip install pre-commit==2.20.0
|
|
pip install pre-commit==2.20.0
|
|
pre-commit install
|
|
pre-commit install
|
|
- name: Lint
|
|
- name: Lint
|
|
- run: pre-commit run --all-files
|
|
|
|
|
|
+ run: pre-commit run --verbose --all-files
|