We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9939f49 commit 2ec3878Copy full SHA for 2ec3878
.github/workflows/format.yml
@@ -8,6 +8,4 @@ jobs:
8
steps:
9
- uses: actions/checkout@v4
10
- uses: actions/setup-python@v5
11
-
12
- - name: Run pre-commit hooks on all files
13
- run: python -m pip -v install pre-commit && pre-commit run -a -v
+ - uses: pre-commit/[email protected]
0 commit comments