提交 11c3695b authored 作者: Brandon T. Willard's avatar Brandon T. Willard

Add a pre-commit hook for isort

上级 05d13bcb
......@@ -22,3 +22,14 @@ repos:
doc/.*|
bin/.*
)$
- repo: https://github.com/pycqa/isort
rev: 5.5.2
hooks:
- id: isort
exclude: |
(?x)^(
versioneer\.py|
theano/_version\.py|
doc/.*|
bin/.*
)$
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论