fohrloop / wakepy

Cross-platform keep-awake with python
MIT License
195 stars 14 forks source link

Disallow TODO comments #410

Closed fohrloop closed 1 month ago

fohrloop commented 1 month ago

Closes: #409

Disallowing TODO comments makes it easier to spot unfinished work (either locally or in CI pipelines)

Longer term "todo like" comments should use a LATER keyword.