Skip to content

Commit 740264e

Browse files
committed
Update pre-commit action
1 parent 128625d commit 740264e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- uses: actions/setup-python@v2
1414

15-
- uses: pre-commit/action@v2.0.0
15+
- uses: pre-commit/action@v2.0.3
1616

1717
typing:
1818
runs-on: ubuntu-latest
@@ -23,8 +23,6 @@ jobs:
2323

2424
- name: Set up Python
2525
uses: actions/setup-python@v2
26-
with:
27-
python-version: 3.8
2826

2927
- name: Python install
3028
run: |

0 commit comments

Comments
 (0)