加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.pre-commit-config.yaml 882 Bytes
一键复制 编辑 原始数据 按行查看 历史
repos:
- repo: https://github.com/timothycrosley/isort
rev: 4.3.21
hooks:
- id: isort
name: isort
stages: [commit]
- repo: https://github.com/psf/black
rev: stable
hooks:
- id: black
name: black
stages: [commit]
language_version: python3.7
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-executables-have-shebangs
- id: check-json
- id: check-yaml
- id: check-merge-conflict
- id: check-symlinks
- id: flake8
exclude: ^tests/
- id: mixed-line-ending
- id: pretty-format-json
args: [--autofix]
- repo: https://github.com/pre-commit/mirrors-pylint
rev: v2.1.1
hooks:
- id: pylint
exclude: ^tests/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化