Skip to content

Commit e8613fe

Browse files
committed
purposely defined linting lib version
1 parent 61a30c5 commit e8613fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ classifiers = [
4545
requires = [
4646
"Django >= 2.2",
4747
"django-ninja >= 0.17.0",
48-
"injector == 0.19.0",
48+
"injector >= 0.19.0",
4949
"asgiref",
5050
"contextlib2"
5151
]
@@ -62,11 +62,11 @@ test = [
6262
"pytest-cov",
6363
"pytest-django",
6464
"pytest-asyncio",
65-
"black",
66-
"isort",
65+
"mypy ==0.971",
66+
"flake8 >=3.8.3,<4.0.0",
67+
"black ==22.12.0",
68+
"isort >=5.0.6,<6.0.0",
6769
"injector >= 0.19.0",
68-
"flake8",
69-
"mypy==0.931",
7070
"django-stubs",
7171
]
7272
doc = [

0 commit comments

Comments
 (0)