gauteh / lieer

Fast email-fetching and sending and two-way tag synchronization between notmuch and GMail
http://lieer.gaute.vetsj.com
Other
494 stars 60 forks source link

Enable ruff rules: executable, bandit #272

Closed skangas closed 5 months ago

skangas commented 5 months ago

This enables two more ruff rules: flake8-executable for consistency, and flake8-bandit for security checks.

I disabled the rule about asserts, which has been described as "alarmist at best" by the flake8 maintainer: https://stackoverflow.com/a/68429294

gauteh commented 5 months ago

Thanks