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: Activate and fix PyLint rule W0311 (bad indentation) #1758

Closed buhtz closed 1 week ago

buhtz commented 3 weeks ago

Because of #1757 activate PyLint rule W0311 about bad indentation.

Related to meta issue #1755

Don't merge before #1747