
Recommended by @asottile, the pre-commit author and maintainer, to avoid some breakages in version 2.9.0.
10 lines
238 B
YAML
10 lines
238 B
YAML
- id: black
|
|
name: black
|
|
description: "Black: The uncompromising Python code formatter"
|
|
entry: black
|
|
language: python
|
|
language_version: python3
|
|
minimum_pre_commit_version: 2.9.2
|
|
require_serial: true
|
|
types_or: [python, pyi]
|