CustomTkinter/.pre-commit-config.yaml

12 lines
282 B
YAML
Raw Normal View History

2022-05-08 19:11:58 +03:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
2022-05-08 19:21:19 +03:00
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.20.1
hooks:
- id: setup-cfg-fmt