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

Remove flake8-bandit from pre-commit #53

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

Pennycook
Copy link
Contributor

flake8-bandit expects a .bandit file in TOML format, whereas bandit itself expects a bandit configuration file. This conflict results in an error.

Since we're already running bandit, we don't need to run flake8-bandit as well.

Related issues

N/A

Proposed changes

  • Removes flake8-bandit from pre-commit.

flake8-bandit expects a .bandit file in TOML format, whereas bandit itself
expects a bandit configuration file. This conflict results in an error.

Since we're already running bandit, we don't need to run flake8-bandit as well.

Signed-off-by: John Pennycook <[email protected]>
@Pennycook Pennycook added the bug Something isn't working label Feb 9, 2024
@Pennycook Pennycook added this to the 1.2.0 milestone Feb 9, 2024
@laserkelvin laserkelvin merged commit 1f757c4 into intel:main Feb 9, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants