bootstrapit updates

This commit is contained in:
Manuel Barkhau 2018-11-09 19:22:17 +01:00
parent cbe62c371e
commit 501cde895a
5 changed files with 54 additions and 37 deletions

View file

@ -15,6 +15,8 @@ ignore_missing_imports = True
max-line-length = 100
max-complexity = 10
ignore =
# Missing trailing comma (handled by sjfmt)
C812
# No whitespace after paren open "("
E201
# No whitespace before paren ")"