From d43817b49a8bea0b7517b91f77c851432c2a5e72 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Sun, 17 May 2020 18:26:25 +0200 Subject: [PATCH] fixed files --- .circleci/config.yml | 2 +- azure-pipelines.yml | 1 - cibuildwheel/resources/pinned_docker_images.cfg | 1 - docs/extra.js | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cf0e47b2..ae7228a8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4fb53b11..3eaed5f4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -42,4 +42,3 @@ jobs: - bash: | python -m pip install -r requirements-dev.txt pytest-azurepipelines python ./bin/run_tests.py - diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 534d350b..ea617735 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -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 - diff --git a/docs/extra.js b/docs/extra.js index d32c3cc0..1965a84e 100644 --- a/docs/extra.js +++ b/docs/extra.js @@ -2,4 +2,3 @@ $('.rst-content pre') .prev('blockquote') .addClass('code-block-filename'); -