[Lint] Fix pre-commit isort install error
Update to latest version of isort to fix install error: RuntimeError: The Poetry configuration is invalid: - [extras.pipfile_deprecated_finder.2] 'pip-shims<=0.3.4' does not match '^[a-zA-Z-_.0-9]+$' Also update the Linting CI to latest version
This commit is contained in:
parent
13f81efe98
commit
45c9f3b90a
|
@ -19,7 +19,7 @@ repos:
|
|||
# Workaround to list modified files only.
|
||||
args: [--list-different]
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 5.10.1
|
||||
rev: 5.12.0
|
||||
hooks:
|
||||
- id: isort
|
||||
name: Fmt isort
|
||||
|
|
Loading…
Reference in New Issue