mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-10 09:02:37 +08:00
#1492 add black & isort
This commit is contained in:
parent
37ea918a36
commit
9373bec80a
2 changed files with 4 additions and 0 deletions
2
.isort.cfg
Normal file
2
.isort.cfg
Normal file
|
@ -0,0 +1,2 @@
|
|||
[isort]
|
||||
profile = black
|
|
@ -1,5 +1,7 @@
|
|||
-r base.txt
|
||||
black==23.7.0
|
||||
flake8==6.0.0
|
||||
isort==5.12.0
|
||||
mypy==1.4.1
|
||||
mypy-extensions==1.0.0
|
||||
pydantic==2.1.1
|
||||
|
|
Loading…
Reference in a new issue