Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev/add bandit linter support #204

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

mshafer-NI
Copy link
Collaborator

Add bandit as a provided tool.

While bandit takes multiple "-c file" parameters, it only uses the latter...
So, to provide a global default (that says it's ok to assert in tests, and to skip a lot of non-python folders), AND support for a using project to provide config in their pyproject.toml, this is setup to load the vendored-config file, and merge in data from pyproject.toml and store the result in a temp file.

Copy link
Contributor

github-actions bot commented Nov 7, 2024

Thank you for contributing! 👋

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants