Update pre-commit.yml

pull/1944/head
Maxime Chambreuil 2022-11-12 13:17:17 -07:00 committed by GitHub
parent 38fc25b3fd
commit cc046e36df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -9,5 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: pre-commit/action@v2.0.0