getting-things-gnome / gtg

Getting Things GNOME! trunk
https://wiki.gnome.org/Apps/GTG
GNU General Public License v3.0
559 stars 164 forks source link

Remove whitespace to please pre-commit #1143

Closed SqAtx closed 2 months ago

SqAtx commented 2 months ago

@diegogangl it looks like you may not have set up pre-commit on your dev machine?

pip install pre-commit
pre-commit install

then pre-commit will automatically fix this sort of thing.

diegogangl commented 2 months ago

Yup, forgot to install in my personal repo. Thanks!