mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-07-02 16:01:00 +02:00
Change back flake8 warnings to errors. Fix tests not to fail it. (#76)
Signed-off-by: Maya Anderson <mayaa@il.ibm.com>
This commit is contained in:
parent
f2f8ddc877
commit
3885ab9d9d
6 changed files with 14 additions and 11 deletions
|
|
@ -25,4 +25,8 @@ exclude =
|
|||
|
||||
[flake8]
|
||||
ignore = C901,W503
|
||||
per-file-ignores = __init__.py:F401
|
||||
per-file-ignores = __init__.py:F401
|
||||
builtins = keras,xgboost
|
||||
exclude =
|
||||
venv
|
||||
venv1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue