flake8-todo icon indicating copy to clipboard operation
flake8-todo copied to clipboard

Flake8 TODO note plugin.

Results 3 flake8-todo issues
Sort by recently updated
recently updated
newest added

We have a string literal like, `shirt_size = 'XXXL'` or `shirt_size = 'XXXXL'`, which been reported as TODO entry. I would be nice if flake8-todo can ignore string literals. Thanks

It would be great if this project supported building to wheels as this would speed up installation for users and mean that they didn't need to run `setup.py`. I'd be...

Thanks for creating this plugin, it's really useful to limit TODO comments and the like. It looks like the plugin is however doing its own handling of noqa comments, which...