Add pre-commit integration with black, isort and flake8

This commit is contained in:
2024-04-02 00:01:27 +05:30
parent 5c61863534
commit 55d12fdf59
7 changed files with 41 additions and 6 deletions

View File

@@ -21,3 +21,6 @@ ipdb = "^0.13.13"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.isort]
profile = "black"