代码拉取完成,页面将自动刷新
repos:
- repo: https://github.com/pycqa/flake8.git
rev: 5.0.4
hooks:
- id: flake8
args: ["--max-line-length=300"] # TODO: Set to 120 and `pre-commit run --all-files`.
- repo: https://github.com/PyCQA/isort.git
rev: 5.11.5
hooks:
- id: isort
args: ["--line-length", "120"]
- repo: https://github.com/pre-commit/mirrors-yapf.git
rev: v0.32.0
hooks:
- id: yapf
args: ["--style", "{based_on_style: google, column_limit: 120}", "-i"]
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: check-yaml
- id: end-of-file-fixer
- id: requirements-txt-fixer
- id: double-quote-string-fixer
- id: check-merge-conflict
- id: fix-encoding-pragma
args: ["--remove"]
- id: mixed-line-ending
args: ["--fix=lf"]
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。