Skip to content

Commit

Permalink
+ update bandit config
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsedar committed Dec 17, 2023
1 parent 02b5f9c commit 39e5a0a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@ dev = [
[project.urls]
homepage = "https://github.com/oreum-industries/squirrel_radar"


[tool.bandit]
skips = [
"B101", # skip asserts
"B404",
"B603",
"B607",
]


[tool.black]
line-length = 88
target-version = ["py311"]
Expand Down

0 comments on commit 39e5a0a

Please sign in to comment.