forked from namhyung/uftrace
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pre-commit: Fix RuntimeError in isort hook
The pre-commit shows an error in isort hook as follows. RuntimeError: The Poetry configuration is invalid This can be fixed by upgrading isort rev to 5.11.5 so this patch changes the version to fix it. In addition, apply changes from isort 5.11.5 to make pre-commit happy. Link: PyCQA/isort#2083 (comment) Signed-off-by: Honggyu Kim <[email protected]>
- Loading branch information
1 parent
a5fc2cd
commit 52abcff
Showing
4 changed files
with
5 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters