Skip to content

Bump pypa/cibuildwheel from 2.9.0 to 2.16.0 #37

Bump pypa/cibuildwheel from 2.9.0 to 2.16.0

Bump pypa/cibuildwheel from 2.9.0 to 2.16.0 #37

Triggered via pull request September 18, 2023 23:23
Status Failure
Total duration 1m 14s
Artifacts

reviewdog.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
flake8: examples/misc/packed_bubbles.py#L80
[flake8] reported by reviewdog 🐶 E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` Raw Output: ./examples/misc/packed_bubbles.py:80:27: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
flake8: lib/matplotlib/dviread.py#L599
[flake8] reported by reviewdog 🐶 E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` Raw Output: ./lib/matplotlib/dviread.py:599:17: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
flake8: lib/matplotlib/font_manager.py#L941
[flake8] reported by reviewdog 🐶 E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` Raw Output: ./lib/matplotlib/font_manager.py:941:16: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
flake8: lib/matplotlib/tests/test_axes.py#L2761
[flake8] reported by reviewdog 🐶 E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` Raw Output: ./lib/matplotlib/tests/test_axes.py:2761:12: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
flake8: lib/matplotlib/tests/test_axes.py#L2766
[flake8] reported by reviewdog 🐶 E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` Raw Output: ./lib/matplotlib/tests/test_axes.py:2766:12: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
flake8: lib/matplotlib/tests/test_cbook.py#L220
[flake8] reported by reviewdog 🐶 E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` Raw Output: ./lib/matplotlib/tests/test_cbook.py:220:16: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
flake8: lib/matplotlib/tests/test_cbook.py#L245
[flake8] reported by reviewdog 🐶 E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` Raw Output: ./lib/matplotlib/tests/test_cbook.py:245:16: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
flake8: lib/matplotlib/tests/test_cbook.py#L263
[flake8] reported by reviewdog 🐶 E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` Raw Output: ./lib/matplotlib/tests/test_cbook.py:263:16: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
flake8: lib/matplotlib/tests/test_image.py#L1437
[flake8] reported by reviewdog 🐶 E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` Raw Output: ./lib/matplotlib/tests/test_image.py:1437:12: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
flake8
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085