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

2
.flake8 Normal file
View File

@@ -0,0 +1,2 @@
[flake8]
max-line-length = 88