This commit is contained in:
Yoshino-s
2023-06-06 12:26:01 +08:00
commit e1d95edc2c
8 changed files with 962 additions and 0 deletions

13
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,13 @@
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