This commit is contained in:
Ruediger Ludwig 2022-11-30 19:39:52 +01:00
commit a355de5d8b
24 changed files with 1133 additions and 0 deletions

9
setup.cfg Normal file
View file

@ -0,0 +1,9 @@
[flake8]
# ignore = E203, E266, E501, W503
ignore=W503
max-line-length = 100
max-complexity = 18
select = B,C,E,F,W,T4
[tool:pytest]
norecursedirs = .* day__