Formatting (#68)

Fix most flake/lint errors and ignore a few others

Signed-off-by: abigailt <abigailt@il.ibm.com>
This commit is contained in:
abigailgold 2022-12-25 15:13:57 +02:00 committed by GitHub
parent b47ba24906
commit d52fcd0041
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 91 additions and 92 deletions

View file

@ -21,4 +21,8 @@ python_requires = >=3.6
[options.packages.find]
exclude =
tests
tests
[flake8]
ignore = C901,W503
per-file-ignores = __init__.py:F401