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

Add isort and contest.py to CI style check

上级 11c3695b
......@@ -48,10 +48,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U pip
python -m pip install -U black flake8
python -m pip install -U black flake8 isort
- name: Check the style
run: |
black -t py36 --check theano/ tests/ setup.py
black -t py36 --check theano/ tests/ setup.py conftest.py
isort --check theano/ tests/ setup.py conftest.py
flake8
test:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论