== for lint deps
This commit is contained in:
parent
6a201b88e2
commit
9734752e70
1 changed files with 3 additions and 3 deletions
|
|
@ -47,9 +47,9 @@ test = [
|
||||||
"pytest-rerunfailures~=14.0",
|
"pytest-rerunfailures~=14.0",
|
||||||
]
|
]
|
||||||
lint = [
|
lint = [
|
||||||
"black~=22.3",
|
"black==22.3.0",
|
||||||
"isort~=5.10",
|
"isort==5.10.1",
|
||||||
"pylint~=2.13",
|
"pylint==2.13.5",
|
||||||
]
|
]
|
||||||
docs = [
|
docs = [
|
||||||
"sphinx~=7.0",
|
"sphinx~=7.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue