MartinPacker / filterCSV

Tools to manipulate CSV files in a format suitable for importing into various mindmapping programs - such as iThoughts, Freemind, and MindNode.
MIT License
32 stars 8 forks source link

flake8: Be more strict with our linter #36

Closed cclauss closed 4 years ago

cclauss commented 4 years ago

Move from blacklist (flake8 --select=E9,F63,F7,F82) to small whitelist (--ignore=E501,F841,W503) that we will remove all together in future PRs.