Replace reorder-python-imports with isort

See here for indept explanation: https://github.com/psf/black/issues/4175
See here (and related) for the attitude: https://github.com/asottile/reorder-python-imports/issues/366
This commit is contained in:
2024-08-16 14:26:51 -04:00
parent df343396a4
commit 13cfb8616c
3 changed files with 11 additions and 44 deletions

View File

@@ -47,12 +47,13 @@ repos:
- id: reorder-python-imports
name: reorder-python-imports
entry: reorder-python-imports
entry: isort
language: system
args:
- "--unclassifiable-application-module=tox_poetry_installer"
require_serial: true
types:
- python
args:
- "--filter-files"
- id: black
name: black