mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-06-29 15:59:38 +02:00
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:
parent
b47ba24906
commit
d52fcd0041
16 changed files with 91 additions and 92 deletions
|
|
@ -21,4 +21,8 @@ python_requires = >=3.6
|
|||
|
||||
[options.packages.find]
|
||||
exclude =
|
||||
tests
|
||||
tests
|
||||
|
||||
[flake8]
|
||||
ignore = C901,W503
|
||||
per-file-ignores = __init__.py:F401
|
||||
Loading…
Add table
Add a link
Reference in a new issue