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 68860bc commit ebe5d39Copy full SHA for ebe5d39
.github/workflows/pre-commit.yml
@@ -13,9 +13,7 @@ jobs:
13
pre-commit:
14
runs-on: ubuntu-latest
15
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
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
+ - run: pipx install pre-commit
+ - run: pre-commit run --all-files
0 commit comments