Browse Source

Update flake8 line-length to match black's default line length

Peter Justin 3 years ago
parent
commit
0eaae7a031
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.cfg

+ 1 - 1
setup.cfg

@@ -34,7 +34,7 @@ use_parentheses=true
 ignore = E203, E712, E711, W503
 ignore = E203, E712, E711, W503
 select = C,E,F,W,B,B9
 select = C,E,F,W,B,B9
 max-complexity = 10
 max-complexity = 10
-max-line-length = 80
+max-line-length = 88
 exclude =
 exclude =
     # allowed to break the rules
     # allowed to break the rules
     flaskbb/configs/default.py,
     flaskbb/configs/default.py,