coala / coala-bears

Bears for coala
https://coala.io/
GNU Affero General Public License v3.0
294 stars 580 forks source link

bear-requirements.txt: Restrict bandit version to <1.7 #2984

Closed anshalshukla closed 3 years ago

anshalshukla commented 3 years ago

bandit version>=1.7 requires PyYAML>5.xx so to avoid conflict between the bandit and bears dependencies.

closes #2981

abhishalya commented 3 years ago

Hey, while changes look good, we follow a specific pattern in which commit messages are written. We also have a bear in CI pipeline where we check exactly this, so it would be nice if you could write commit messages in that way, especially since we are not able to get the CI check here.