Skip to content

Commit eb5457d

Browse files
committed
Stop linting tuf/exceptions.py with mypy
Stop linting tuf/exceptions.py with mypy as we are going to use tuf/api/exceptions.py for exceptions in the new code. Signed-off-by: Martin Vrachev <[email protected]>
1 parent 959a111 commit eb5457d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ commands =
4949
# work, unfortunately each subdirectory has to be ignored explicitly.
5050
pylint -j 0 tuf --ignore=tuf/api,tuf/api/serialization,tuf/ngclient,tuf/ngclient/_internal
5151

52-
mypy {[testenv:lint]lint_dirs} tuf/exceptions.py
52+
mypy {[testenv:lint]lint_dirs}
5353

5454
bandit -r tuf
5555

0 commit comments

Comments
 (0)