unpin flake, exclude pinned_docker_images.cfg
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==3.8.1 mypy
|
command: sudo python -m pip install flake8 mypy
|
||||||
- run:
|
- run:
|
||||||
name: flake8
|
name: flake8
|
||||||
command: flake8
|
command: flake8
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ repos:
|
|||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
- id: check-merge-conflict
|
- id: check-merge-conflict
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
|
exclude: cibuildwheel/resources/pinned_docker_images.cfg
|
||||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||||
rev: '' # Use the sha / tag you want to point at
|
rev: '' # Use the sha / tag you want to point at
|
||||||
hooks:
|
hooks:
|
||||||
|
|||||||
@@ -19,3 +19,4 @@ 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user