We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bandit
See tylerwince/flake8-bandit#21
Currently our fix is to add bandit<1.7.3 in the flake8 requirements file
bandit<1.7.3
https://github.com/smarie/python-yamlable/blob/main/ci_tools/flake8-requirements.txt
The text was updated successfully, but these errors were encountered:
@smarie You want to delete the 1.7.3 constraint now on the requirements file ?
Sorry, something went wrong.
Thanks @SamirPS Even if tylerwince/flake8-bandit#21 was fixed in march, I am quite sure that I got the same error still in April or later
EDIT: I confirm. For example here, it was still happening on July : python-qds/qdscreen#21
I have the same issue in all my projects, see
This is not really urgent, it all works ok "as is" so I still have this in very low priority mode.
No branches or pull requests
See tylerwince/flake8-bandit#21
Currently our fix is to add
bandit<1.7.3
in the flake8 requirements filehttps://github.com/smarie/python-yamlable/blob/main/ci_tools/flake8-requirements.txt
The text was updated successfully, but these errors were encountered: