File: .pre-commit-hooks.yaml

package info (click to toggle)
yapf 0.40.2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,460 kB
  • sloc: python: 18,916; sh: 33; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
# 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]