Files
pear-admin-flask/.pre-commit-config.yaml
T
2023-09-26 22:47:21 +08:00

12 lines
274 B
YAML

repos:
- repo: https://github.com/python/black
rev: 23.9.1
hooks:
- id: black
language_version: python3.10
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
args: [ "--profile", "black", "--filter-files" ]