Skip to content

Commit 87d2b19

Browse files
Merge pull request #2355 from VWS-Python/rm-unnecessary-pre-commits
Remove pre-commit hooks for which we have a duplicate with an auto-fix
2 parents 19fc810 + 2bb033d commit 87d2b19

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,13 @@ ci:
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

0 commit comments

Comments
 (0)