Files
GenshinUID/.pre-commit-config.yaml
Wuyi无疑 d2c73d0b35 🔧 修复pre-commit
2023-02-05 22:07:50 +08:00

42 lines
897 B
YAML

ci:
autofix_commit_msg: ":rotating_light: auto fix by pre-commit-ci"
autofix_prs: true
autoupdate_branch: master
autoupdate_schedule: monthly
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit-ci"
repos:
- repo: https://github.com/hadialqattan/pycln
rev: v2.1.2
hooks:
- id: pycln
- repo: https://github.com/pycqa/isort
rev: 5.11.5
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.6.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
hooks:
- id: flake8
- repo: https://github.com/python-poetry/poetry
rev: 1.3.1
hooks:
- id: poetry-check
- id: poetry-export
args:
[
"-f",
"requirements.txt",
"--without-hashes",
"-o",
"requirements.txt",
]
verbose: true