4 Star 4 Fork 1

Gitee 极速下载/auto-sklearn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/automl/auto-sklearn
克隆/下载
.pre-commit-config.yaml 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
# If you see me, please update my `rev` field using the provided links
# Click the repo and update to latest tags.
# If things break on update, raise an issue
repos:
- repo: https://github.com/pycqa/isort
rev: 5.11.5
hooks:
- id: isort
name: isort imports autosklearn
files: autosklearn/.*
- id: isort
name: isort imports test
files: test/.*
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
name: black formatter autosklearn
files: autosklearn/.*
- id: black
name: black formatter test
files: test/.*
- id: black
name: black formatter examples
files: examples/.*
# This is disabled as most modules fail this
- repo: https://github.com/pycqa/pydocstyle
rev: 6.3.0
hooks:
- id: pydocstyle
files: DISABLED # autosklearn/.*
always_run: false
additional_dependencies: ["toml"] # Needed to parse pyproject.toml
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.2.0
hooks:
- id: mypy
name: mypy auto-sklearn
files: autosklearn/.*
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
name: flake8 autosklearn
files: autosklearn/.*
- id: flake8
name: flake8 test
files: test/.*
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/auto-sklearn.git
git@gitee.com:mirrors/auto-sklearn.git
mirrors
auto-sklearn
auto-sklearn
development

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385