Skip to content

Commit a6122e2

Browse files
author
Benjamin Gorman
committed
Remove flake8-mypy configurations
See #550
1 parent 3f8bd57 commit a6122e2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

setup.cfg

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,6 @@ ignore =
4545
E203,E305,E402,E501,E721,E741,F403,F405,F821,F841,F999,W503,W504,C408,E302,W291,E303,
4646
# N812 lowercase 'torch.nn.functional' imported as non lowercase 'F'
4747
N812
48-
# suppress flake8-mypy failures occuring when MYPYPATH=${src_dir}/monai/monai
49-
T499
50-
# --- Temporary disabling to allow smaller PRs
51-
# Subsequent fixes necessary to make this tool pass are not yet
52-
# merged into the master branch, but requested as separate
53-
# commits. Can not enable until all outstanding typehint
54-
# PR's are approved
55-
T484
56-
# ^^^^^^^^^ Temporary disabling to allow smaller PRs
5748
per-file-ignores = __init__.py: F401
5849
exclude = *.pyi,.git,monai/_version.py,versioneer.py,venv, _version.py
5950

0 commit comments

Comments
 (0)