[IMP] update dotfiles [ci skip]

This commit is contained in:
oca-git-bot
2021-05-14 18:37:30 +02:00
parent 98019fbc6c
commit a38294df9b
4 changed files with 17 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
[flake8]
max-line-length = 80
max-line-length = 88
max-complexity = 16
# B = bugbear
# B9 = bugbear opinionated (incl line length)
@@ -8,3 +8,5 @@ select = C,E,F,W,B,B9
# E501: flake8 line length (covered by bugbear B950)
# W503: line break before binary operator (black behaviour)
ignore = E203,E501,W503
per-file-ignores=
__init__.py:F401