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 1818 - mypy
1919 - mypy-docs
2020 - pylint
21- - pyproject-fmt-check
2221 - pyproject-fmt-fix
2322 - pyright
2423 - pyright-docs
2524 - pyright-verifytypes
2625 - pyroma
27- - ruff-check
28- - ruff-check-docs
2926 - ruff-check-fix
3027 - ruff-check-fix-docs
31- - ruff-format-diff
32- - ruff-format-diff-docs
3328 - ruff-format-fix
3429 - ruff-format-fix-docs
3530 - spelling
@@ -137,30 +132,6 @@ repos:
137132 stages : [manual]
138133 types_or : [markdown, rst, python, toml]
139134
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-
164135 - id : ruff-check-fix
165136 name : Ruff check fix
166137 entry : python -m ruff check --fix
@@ -203,13 +174,6 @@ repos:
203174 language : system
204175 types_or : [markdown, rst]
205176
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-
213177 - id : pyproject-fmt-fix
214178 name : pyproject-fmt
215179 entry : pyproject-fmt
You can’t perform that action at this time.
0 commit comments