fixed files

This commit is contained in:
Grzegorz Bokota
2020-06-19 21:12:12 +02:00
parent 3b1f0dd453
commit d43817b49a
4 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -2,4 +2,3 @@
$('.rst-content pre')
.prev('blockquote')
.addClass('code-block-filename');