提交 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: ...@@ -48,10 +48,11 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install -U pip 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 - name: Check the style
run: | 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 flake8
test: test:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论