From aa99405a9c9826275e2efb74190e85c6332d95e5 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Fri, 19 Jun 2020 21:14:07 +0200 Subject: [PATCH] unpin flake, exclude pinned_docker_images.cfg --- .circleci/config.yml | 2 +- .pre-commit-config.yaml | 1 + cibuildwheel/resources/pinned_docker_images.cfg | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ae7228a8..cf0e47b2 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==3.8.1 mypy + command: sudo python -m pip install flake8 mypy - run: name: flake8 command: flake8 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1112c38c..15c843f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,6 +12,7 @@ repos: - id: check-yaml - id: check-merge-conflict - id: end-of-file-fixer + exclude: cibuildwheel/resources/pinned_docker_images.cfg - repo: https://github.com/pre-commit/mirrors-mypy rev: '' # Use the sha / tag you want to point at hooks: diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index ea617735..534d350b 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -19,3 +19,4 @@ manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2020-05-17-2f8ac3b [s390x] manylinux2014 = quay.io/pypa/manylinux2014_s390x:2020-05-17-2f8ac3b +