Resolve bandit warnings
The `nosec` flags benefit from human-readable explanation, but bandit was seeing the trailing text and throwing warnings: ``` WARNING Test in comment: Needed is not a test name or id, ignoring WARNING Test in comment: for is not a test name or id, ignoring WARNING Test in comment: gitignore is not a test name or id, ignoring WARNING Test in comment: support is not a test name or id, ignoring ``` This is addressed by using another `#` character to hide the text.
Loading
Please register or sign in to comment