aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnnie Tallund <annie.tallund@arm.com>2023-04-11 09:29:56 +0200
committerAnnie Tallund <annie.tallund@arm.com>2023-04-12 11:59:37 +0000
commitef6e6aeb6796124bded8238860da00972e9aaf10 (patch)
tree8cbda716e02fb0dce7d1b0833073bc8c61407b54 /tox.ini
parent8d00200d5aa2011bc91ccc688ee93caf5b6980f6 (diff)
downloadmlia-ef6e6aeb6796124bded8238860da00972e9aaf10.tar.gz
MLIA-849 Update mypy version and fix associated issues
- Remove unused silencing of typing - Amend None type hints where it is default Change-Id: Id972b56dcdce865bf6c9d6aea88bc76baf39133e
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index af4ab91..9aedfbe 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates.
+# SPDX-FileCopyrightText: Copyright 2022-2023, Arm Limited and/or its affiliates.
# SPDX-License-Identifier: Apache-2.0
[tox]
envlist = test
@@ -45,7 +45,7 @@ description = Run and setup the pre-commit hooks.
envdir={toxworkdir}/lint
deps =
{[testenv:test]deps}
- mypy==0.982
+ mypy==1.2.0
pylint==2.15.5
pre-commit
# Pass the following environment variables: