Skip to content

Commit

Permalink
feat: ignora pasta tests/ da verificação do bandit
Browse files Browse the repository at this point in the history
  • Loading branch information
nathansouzaa3 committed Sep 17, 2024
1 parent bfa7254 commit 30c9fa4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ requests = "^2.25.1"
pandas = "^2.0.0"
typer = "0.12.5"
scikit-learn = "1.5.1"
fastapi = "^0.114.1"
uvicorn = "^0.30.6"
joblib = "^1.4.2"

[tool.poetry.dev-dependencies]
pytest = "^6.2.4"
Expand All @@ -32,4 +35,5 @@ exclude_dirs = [
".git",
"__pycache__",
"venv/",
"tests/"
]

0 comments on commit 30c9fa4

Please sign in to comment.