Skip to content

Commit

Permalink
➕ chore:Update pyproject.toml config
Browse files Browse the repository at this point in the history
  • Loading branch information
MEHRSHAD-MIRSHEKARY committed Aug 28, 2024
1 parent 74daa64 commit f4483c6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,22 @@ django = [


[tool.poetry.dev-dependencies]
pytest = "^8.3.2"
pytest-django = "^4.8.0"
pytest-cov = "^5.0.0"
pylint = "^3.2.6"
pylint-django = "^2.5.5"
mypy = "^1.11.1"
isort = "^5.10.1"
isort = "^5.13.2"
black = "^24.4.2"
commitizen = "^3.28.0"
pre-commit = "^3.5.0"
bandit = "^1.7.5"
bandit = {extras = ["toml"], version = "^1.7.9"}
tox = "^4.16.0"
django-stubs = "^5.0.4"

sphinx = "^7.2.7"
sphinx-rtd-theme = "^2.0.0"
docformatter = "^1.7.5"

[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "kernel.settings"
Expand Down

0 comments on commit f4483c6

Please sign in to comment.