Skip to content

Commit

Permalink
chore(lint): try to reduce bandit warnings in github source code checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Juarez Rudsatz committed Mar 12, 2024
1 parent 06c6784 commit 464f8dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
@@ -1,2 +1,8 @@
[build-system]
requires = ["setuptools", "setuptools-scm", "wheel"]

[tool.bandit]
exclude_dirs = ["bin", "docs"]

[tool.bandit.assert_used]
skips = ["*/*_test.py", "*/test_*.py"]

0 comments on commit 464f8dd

Please sign in to comment.