mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-20 14:30:59 +00:00
14 lines
314 B
YAML
14 lines
314 B
YAML
repos:
|
|
- repo: https://github.com/psf/black
|
|
rev: 20.8b1
|
|
hooks:
|
|
- id: black
|
|
types: [python]
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
|
rev: v2.2.1
|
|
hooks:
|
|
- id: prettier
|
|
args: [--prose-wrap=always, --print-width=88]
|
|
exclude: ^docs/source/_static/
|