Loading .flakerules.toml +3 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,9 @@ pycodestyle = [ # DISABLE "Missing whitespace around bitwise or shift operator" "-E227", # DISABLE "missing whitespace around arithmetic operator" "-E226", # DISABLE "Line too long" # Prefer B950 implementation "-E501", Loading Loading
.flakerules.toml +3 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,9 @@ pycodestyle = [ # DISABLE "Missing whitespace around bitwise or shift operator" "-E227", # DISABLE "missing whitespace around arithmetic operator" "-E226", # DISABLE "Line too long" # Prefer B950 implementation "-E501", Loading