Skip to content

Commit

Permalink
add bandit to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos authored Jan 5, 2025
1 parent 2fbfdef commit 46c9769
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies = [

[project.optional-dependencies]
dev = [
"bandit==1.8.0",
"mypy==1.14.0",
"pandas-stubs==2.2.3.241126",
"polyfactory==2.18.1",
Expand All @@ -48,4 +49,4 @@ ignore = ["C400", "C401"]
module = [
"requestium"
]
ignore_missing_imports = true
ignore_missing_imports = true

0 comments on commit 46c9769

Please sign in to comment.