Sign in
flutter
/
third_party
/
yapf
/
74a432ffd86761a6674bd4e170468b6c93c9d9d1
/
.
/
.pre-commit-hooks.yml
blob: 3eba1f2e7941dfb01b33217381995c785d830fbc [
file
] [
log
] [
blame
]
# File configures YAPF to be used as a git hook with https://github.com/pre-commit/pre-commit
-
id:
yapf
name:
yapf
description:
"A formatter for Python files."
entry:
yapf
args:
[
-
i]
#inplace
language:
python
types:
[python]