We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ad34d commit f480c46Copy full SHA for f480c46
.pre-commit-config.yaml
@@ -53,7 +53,7 @@ repos:
53
hooks:
54
- id: actionlint
55
name: actionlint
56
- entry: python -m actionlint
+ entry: actionlint
57
language: system
58
pass_filenames: false
59
types_or: [yaml]
@@ -145,14 +145,14 @@ repos:
145
146
- id: pyproject-fmt-check
147
name: pyproject-fmt check
148
- entry: python -m pyproject-fmt --check
+ entry: pyproject-fmt --check
149
150
types_or: [toml]
151
files: pyproject.toml
152
153
- id: pyproject-fmt-fix
154
name: pyproject-fmt
155
- entry: python -m pyproject-fmt
+ entry: pyproject-fmt
156
157
158
0 commit comments