xonsh/.pre-commit-config.yaml

12 lines
308 B
YAML
Raw Normal View History

repos:
- repo: local
hooks:
- id: black
name: black
# this gets run within development environment.
# Otherwise will raise command not found or use system level binary
entry: black --check xonsh/ xontrib/
language: system
types:
- python