Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Wolsing committed Nov 7, 2021
0 parents commit 09cdff1
Show file tree
Hide file tree
Showing 45 changed files with 3,187 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[flake8]
ignore = E203, E266, E501, W503, F403, F401
max-line-length = 88
exclude = .git,__pycache__,docs/source/conf.py,old,build,builds,dist,.venv,venv
max-complexity = 18
select = B,C,E,F,W,T4,B9
Loading

0 comments on commit 09cdff1

Please sign in to comment.