Commits


Raúl Cumplido authored and Antoine Pitrou committed 940ab93af6a
ARROW-16531: [Dev] Update pre-commit to use latest flake8 and remove unsupported cython linting This PR tries to update and make consistent our linting for Python between archery and pre-commit by removing the checks for cython files. Flake8 does not support Cython linting, see [this conversation](https://github.com/PyCQA/flake8/issues/1482) for more details. Closes #13129 from raulcd/ARROW-16531 Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>