Skip to content

Commit 4e24507

Browse files
author
abrar2030
committed
Refactor code and enhance maintainability.
1 parent 0b48511 commit 4e24507

39 files changed

Lines changed: 9448 additions & 7581 deletions

.pre-commit-config.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
repos:
2+
- repo: https://github.com/psf/black
3+
rev: 24.3.0
4+
hooks:
5+
- id: black
6+
- repo: https://github.com/PyCQA/isort
7+
rev: 6.0.0
8+
hooks:
9+
- id: isort
10+
- repo: https://github.com/PyCQA/flake8
11+
rev: 7.0.0
12+
hooks:
13+
- id: flake8
14+

0 commit comments

Comments
 (0)