bit-team / backintime

Back In Time - An easy-to-use backup tool for GNU Linux using rsync in the back
https://backintime.readthedocs.io
GNU General Public License v2.0
1.9k stars 175 forks source link

refactor: Enable and fix PyLint rule C0303 (trailing-whitespaces) #1759

Closed ayush571995 closed 1 week ago

ayush571995 commented 2 weeks ago

Don't forget the changelog entry! ;)

Did you run "codespell"?

buhtz commented 2 weeks ago

Hello Ayush, On behalf of the team, thank you for your contribution and taking the time to improve Back In Time. We appreciate it.

At first I wondered why you have not modified more code. But then I realized that we don't have any "trailing-whitespace" problems currently.

So it is fine as it is. I approve and will merge it after a cool off period of some days.

Best, Christian

buhtz commented 2 weeks ago

Hello Ayush, you might have noticed that the PR now has a merge conflict (This branch has conflicts that must be resolved). This is because of other PR I merged in the last days. Do you know how to solve such a conflict or do you need assistance? I am also able to handle that for you.

Feel free to pick the next task and open another PR.

Best, Christian

ayush571995 commented 2 weeks ago

@buhtz let me fix this