Removes Unnecessary Dependencies

This commit is contained in:
2024-07-23 23:38:35 -03:00
parent dddaf06057
commit 0f3253c531
7 changed files with 368 additions and 402 deletions

View File

@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.4.2
hooks:
- id: black
args: [--config=pyproject.toml]
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
files: "\\.(py)$"