Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 660c832

Browse files
authored
Remove prettier from pre-commit (#9744)
This doesn't autofix, see #9742 > GitHub prevented pre-commit.ci from autofixing this pr due to autofixes to a workflow file Life is too short to spend it being yelled at by robots because line length in some YAML is too long.
1 parent 7180d02 commit 660c832

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ repos:
3333
- "flake8-bugbear==23.1.20" # must match requirements-tests.txt
3434
- "flake8-noqa==1.3.0" # must match requirements-tests.txt
3535
- "flake8-pyi==23.1.2" # must match requirements-tests.txt
36-
- repo: https://github.com/pre-commit/mirrors-prettier
37-
rev: v3.0.0-alpha.4
38-
python_requirement: false
39-
hooks:
40-
- id: prettier
41-
types_or: [yaml]
4236

4337
ci:
4438
autofix_commit_msg: "[pre-commit.ci] auto fixes from pre-commit.com hooks"

0 commit comments

Comments
 (0)