Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:0
-
Sprint:TSSW Sprint - Oct 10 - Oct 24
-
Team:Telescope and Site
-
Urgent?:No
Description
Investigate the flake8 issue on command line vs pre-commit.
I was investigating my claim that flake8 works differently on the command line than when used as a pre-commit hook and this turns out not to be true. It is related to an annoying "feature" of my IDE, that doesn't save a file when I close it. Instead it keeps the modified version in memory. Very annoying...