fixed files
This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
|||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Install flake8 & mypy
|
name: Install flake8 & mypy
|
||||||
command: sudo python -m pip install flake8 mypy
|
command: sudo python -m pip install flake8==3.8.1 mypy
|
||||||
- run:
|
- run:
|
||||||
name: flake8
|
name: flake8
|
||||||
command: flake8
|
command: flake8
|
||||||
|
|||||||
@@ -42,4 +42,3 @@ jobs:
|
|||||||
- bash: |
|
- bash: |
|
||||||
python -m pip install -r requirements-dev.txt pytest-azurepipelines
|
python -m pip install -r requirements-dev.txt pytest-azurepipelines
|
||||||
python ./bin/run_tests.py
|
python ./bin/run_tests.py
|
||||||
|
|
||||||
|
|||||||
@@ -19,4 +19,3 @@ manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2020-05-17-2f8ac3b
|
|||||||
|
|
||||||
[s390x]
|
[s390x]
|
||||||
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2020-05-17-2f8ac3b
|
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2020-05-17-2f8ac3b
|
||||||
|
|
||||||
|
|||||||
@@ -2,4 +2,3 @@
|
|||||||
$('.rst-content pre')
|
$('.rst-content pre')
|
||||||
.prev('blockquote')
|
.prev('blockquote')
|
||||||
.addClass('code-block-filename');
|
.addClass('code-block-filename');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user