From ef6e6aeb6796124bded8238860da00972e9aaf10 Mon Sep 17 00:00:00 2001 From: Annie Tallund Date: Tue, 11 Apr 2023 09:29:56 +0200 Subject: 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 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') 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: -- cgit v1.2.1