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