Loading .flakerules.toml +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ pycodestyle = [ # Warnings not considered, many are not relevant to Python ~=3.9 and will # cause syntax errors anyway, others concern whitespace which is fixed by # a pre-commit hook. "+E*", "+E*", "-W*", # DISABLE "Continuation line missing indentation or outdented" "-E122", Loading Loading
.flakerules.toml +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ pycodestyle = [ # Warnings not considered, many are not relevant to Python ~=3.9 and will # cause syntax errors anyway, others concern whitespace which is fixed by # a pre-commit hook. "+E*", "+E*", "-W*", # DISABLE "Continuation line missing indentation or outdented" "-E122", Loading