pre-commit: add isort hook and apply (#354)
This commit is contained in:
committed by
GitHub
parent
18a518efa7
commit
70310c9e8c
@@ -1,7 +1,10 @@
|
||||
from betterproto import __version__
|
||||
from pathlib import Path
|
||||
|
||||
import tomlkit
|
||||
|
||||
from betterproto import __version__
|
||||
|
||||
|
||||
PROJECT_TOML = Path(__file__).joinpath("..", "..", "pyproject.toml").resolve()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user