Skip to content

Commit abf1e83

Browse files
committed
Use latest version of pre commit again
1 parent c0a9b0f commit abf1e83

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,4 @@ jobs:
2424
cache: "pip"
2525
cache-dependency-path: "requirements*.txt"
2626
- run: pip install -r requirements.txt
27-
- name: Execute pre-commit
28-
run: |
29-
pre-commit run --all-files --verbose
27+
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)