Skip to content

Commit ebe5d39

Browse files
committed
Update pre-commit.yml
1 parent 68860bc commit ebe5d39

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/pre-commit.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jobs:
1313
pre-commit:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
17-
- uses: actions/setup-python@v4
18-
- run: python -m pip install pre-commit
19-
- run: python -m pre_commit --version
20-
- run: python -m pre_commit install
21-
- run: python -m pre_commit run --all-files
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-python@v5
18+
- run: pipx install pre-commit
19+
- run: pre-commit run --all-files

0 commit comments

Comments
 (0)