Files
coder/.pre-commit-config.yaml
Yoshino-s e1d95edc2c init
2023-06-06 12:26:01 +08:00

14 lines
352 B
YAML

repos:
- repo: https://github.com/python-poetry/poetry
rev: "1.5.1"
hooks:
- id: poetry-check
- id: poetry-lock
- id: poetry-export
- id: poetry-export
args: ["--with=dev", "-o", "requirements.dev.txt"]
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: "v1.7.0"
hooks:
- id: autopep8