1 Star 1 Fork 0

Desny/gym

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.pre-commit-config.yaml 767 Bytes
一键复制 编辑 原始数据 按行查看 历史
repos:
- repo: https://github.com/PyCQA/bandit/
rev: 1.7.0
hooks:
- id: bandit
args:
- --recursive
- --skip
- B101,B108,B301,B403,B404,B603
- .
- repo: https://github.com/python/black
rev: 21.7b0
hooks:
- id: black
- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
hooks:
- id: codespell
args:
- --ignore-words-list=nd,reacher,thist,ths
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: flake8
args:
- --ignore=E203,E402,E712,E722,E731,E741,F401,F403,F405,F524,F841,W503
- --max-complexity=30
- --max-line-length=456
- --show-source
- --statistics
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/desny/gym.git
git@gitee.com:desny/gym.git
desny
gym
gym
master

搜索帮助