[IMP] Update dot files

This commit is contained in:
Pedro M. Baeza
2022-04-10 15:59:58 +02:00
parent 19f3e15941
commit 9749b1d166
18 changed files with 328 additions and 117 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