Skip to content
Prev Previous commit
Next Next commit
Update .flake8
Add flags from pythonpackage.yaml
  • Loading branch information
Yobmod authored Jul 19, 2021
commit c16c438f484ac6b70c3ceb536e6b2e448496e74e
4 changes: 3 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[flake8]
#show-source = True
show-source = True
count= True
statistics = True
# E265 = comment blocks like @{ section, which it can't handle
# E266 = too many leading '#' for block comment
# E731 = do not assign a lambda expression, use a def
Expand Down