aziz / PlainTasks

An opinionated todo-list plugin for Sublime Text editor (version 2 and 3)
MIT License
3.29k stars 286 forks source link

removed a comparison-to-literal pitfall #427

Closed NaelsonDouglas closed 2 years ago

NaelsonDouglas commented 2 years ago

The problem The code was relying in a comparison-to-literal pitfall, which is described on the Pylint linter via the code R0123

Solution Refactored the code changing a single line