Added pre-commit to development requirements.

This commit is contained in:
th3r00t
2023-03-17 23:32:31 -04:00
parent eb644b938b
commit 3c0e4cf9bc
7 changed files with 196 additions and 83 deletions

View File

@@ -10,11 +10,6 @@ repos:
rev: v0.4.0
hooks:
- id: autoflake8
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
name: isort (python)
- repo: https://github.com/ambv/black
rev: 22.10.0
hooks: