Skip to content

Commit a77770b

Browse files
author
Benjamin Gorman
committed
Remove flake8-mypy configurations
See #550
1 parent c056134 commit a77770b

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
@@ -47,15 +47,6 @@ ignore =
4747
B008, # see issue #727
4848
# N812 lowercase 'torch.nn.functional' imported as non lowercase 'F'
4949
N812
50-
# suppress flake8-mypy failures occuring when MYPYPATH=${src_dir}/monai/monai
51-
T499
52-
# --- Temporary disabling to allow smaller PRs
53-
# Subsequent fixes necessary to make this tool pass are not yet
54-
# merged into the master branch, but requested as separate
55-
# commits. Can not enable until all outstanding typehint
56-
# PR's are approved
57-
T484
58-
# ^^^^^^^^^ Temporary disabling to allow smaller PRs
5950
per-file-ignores = __init__.py: F401
6051
exclude = *.pyi,.git,monai/_version.py,versioneer.py,venv, _version.py
6152

0 commit comments

Comments
 (0)