Commits

Antoine Pitrou authored 1164079d544
ARROW-8846: [Dev][Python] Autoformat Python files with archery `archery lint --flake8` becomes `archery lint --python` and now recognizes the `--fix` option. Reformatting involves running `autopep8`. Closes #7215 from pitrou/ARROW-8846-archery-autopep8 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>