mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-08 17:46:09 -05:00
Hemna
e175f77347
The Black code formatter sucks with respect to function declarations with a lot of params. Completely unreadable.
24 lines
536 B
YAML
24 lines
536 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v3.4.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-yaml
|
|
- id: check-added-large-files
|
|
- id: detect-private-key
|
|
- id: check-merge-conflict
|
|
- id: check-case-conflict
|
|
- id: check-docstring-first
|
|
- id: check-builtin-literals
|
|
|
|
- repo: https://github.com/asottile/setup-cfg-fmt
|
|
rev: v1.16.0
|
|
hooks:
|
|
- id: setup-cfg-fmt
|
|
|
|
- repo: https://github.com/dizballanze/gray
|
|
rev: v0.10.1
|
|
hooks:
|
|
- id: gray
|