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 1318b1e commit 71c7d3bCopy full SHA for 71c7d3b
.pre-commit-config.yaml
@@ -7,7 +7,6 @@ ci:
7
# We use system Python, with required dependencies specified in pyproject.toml.
8
# We therefore cannot use those dependencies in pre-commit CI.
9
skip:
10
- - actionlint
11
- check-manifest
12
- deptry
13
- doc8
@@ -61,8 +60,8 @@ repos:
61
60
hooks:
62
- id: actionlint
63
name: actionlint
64
- entry: actionlint
65
- language: system
+ entry: uv run --all-extras actionlint
+ language: python
66
pass_filenames: false
67
types_or: [yaml]
68
0 commit comments