Skip to content

Commit

Permalink
lint library fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eadwinCode committed Jun 15, 2023
1 parent 8a66241 commit 4719895
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ test = [
"pytest-cov",
"pytest-django",
"pytest-asyncio",
"black",
"isort",
"flake8",
"mypy",
"mypy ==0.971",
"flake8 >=3.8.3,<4.0.0",
"black ==22.12.0",
"isort >=5.0.6,<6.0.0",
"django-stubs",
]
doc = []

0 comments on commit 4719895

Please sign in to comment.