mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2025-12-20 12:12:34 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user