You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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]
|