black/.pre-commit-hooks.yaml

9 lines
194 B
YAML

- id: black
name: black
description: "Black: The uncompromising Python code formatter"
entry: black
language: python
language_version: python3
require_serial: true
types: [python]