File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change 18
18
- mypy
19
19
- mypy-docs
20
20
- pylint
21
- - pyproject-fmt-check
22
21
- pyproject-fmt-fix
23
22
- pyright
24
23
- pyright-docs
25
24
- pyright-verifytypes
26
25
- pyroma
27
- - ruff-check
28
- - ruff-check-docs
29
26
- ruff-check-fix
30
27
- ruff-check-fix-docs
31
- - ruff-format-diff
32
- - ruff-format-diff-docs
33
28
- ruff-format-fix
34
29
- ruff-format-fix-docs
35
30
- spelling
@@ -137,30 +132,6 @@ repos:
137
132
stages : [manual]
138
133
types_or : [markdown, rst, python, toml]
139
134
140
- - id : ruff-check
141
- name : Ruff check
142
- entry : python -m ruff check
143
- language : system
144
- types_or : [python]
145
-
146
- - id : ruff-check-docs
147
- name : Ruff check docs
148
- entry : doccmd --language=python --command="ruff check"
149
- language : system
150
- types_or : [markdown, rst]
151
-
152
- - id : ruff-format-diff
153
- name : Ruff format diff
154
- entry : python -m ruff format --diff
155
- language : system
156
- types_or : [python]
157
-
158
- - id : ruff-format-diff-docs
159
- name : Ruff format diff docs
160
- entry : doccmd --language=python --no-pad-file --command="ruff format --diff"
161
- language : system
162
- types_or : [markdown, rst]
163
-
164
135
- id : ruff-check-fix
165
136
name : Ruff check fix
166
137
entry : python -m ruff check --fix
@@ -203,13 +174,6 @@ repos:
203
174
language : system
204
175
types_or : [markdown, rst]
205
176
206
- - id : pyproject-fmt-check
207
- name : pyproject-fmt check
208
- entry : pyproject-fmt --check
209
- language : system
210
- types_or : [toml]
211
- files : pyproject.toml
212
-
213
177
- id : pyproject-fmt-fix
214
178
name : pyproject-fmt
215
179
entry : pyproject-fmt
You can’t perform that action at this time.
0 commit comments