While looking at linting for the LORIS-MRI automated testing initiative, I noticed that flake8 currently ignores rule E114, which states that tabulations must be 4 spaces. We obviously want this rule, so I un-ignored it and fixed the code that was not compliant.
There are also a few whitespace changes I missed in my last linting PR (didn't notice, my fault !). It should be good now.
While looking at linting for the LORIS-MRI automated testing initiative, I noticed that flake8 currently ignores rule E114, which states that tabulations must be 4 spaces. We obviously want this rule, so I un-ignored it and fixed the code that was not compliant.
There are also a few whitespace changes I missed in my last linting PR (didn't notice, my fault !). It should be good now.