We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 541c572 commit 2260162Copy full SHA for 2260162
.github/workflows/pre-commit.yml
@@ -14,6 +14,4 @@ jobs:
14
uses: astral-sh/setup-uv@v5
15
with:
16
python-version: "3.11"
17
- - uses: pre-commit/action@v3.0.1
18
- with:
19
- extra_args: --all-files
+ - run: uvx pre-commit run --all-files
0 commit comments