Initial
This commit is contained in:
commit
a355de5d8b
24 changed files with 1133 additions and 0 deletions
9
setup.cfg
Normal file
9
setup.cfg
Normal 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__
|
||||
Loading…
Add table
Add a link
Reference in a new issue