Add isort

This commit is contained in:
NanoCode012
2023-05-29 21:53:29 +09:00
parent b1cc54b14a
commit d011422200
2 changed files with 6 additions and 0 deletions

2
.isort.cfg Normal file
View File

@@ -0,0 +1,2 @@
[settings]
profile=black

View File

@@ -12,6 +12,10 @@ repos:
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks: