mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
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.
This commit is contained in:
@@ -33,12 +33,6 @@ repos:
|
||||
- "flake8-bugbear==23.1.20" # must match requirements-tests.txt
|
||||
- "flake8-noqa==1.3.0" # must match requirements-tests.txt
|
||||
- "flake8-pyi==23.1.2" # must match requirements-tests.txt
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: v3.0.0-alpha.4
|
||||
python_requirement: false
|
||||
hooks:
|
||||
- id: prettier
|
||||
types_or: [yaml]
|
||||
|
||||
ci:
|
||||
autofix_commit_msg: "[pre-commit.ci] auto fixes from pre-commit.com hooks"
|
||||
|
||||
Reference in New Issue
Block a user