Re: [PATCH 0/4] python: update linting for new mypy/pylint releases

2024-11-07 Thread John Snow
On Wed, Nov 6, 2024 at 4:57 AM Kevin Wolf wrote: > Am 01.11.2024 um 18:36 hat John Snow geschrieben: > > Various python tests in the "check-python-tox" test case on GitLab have > > begun failing due to newer package versions. This patch set corrects > > those issues and also improves the reliabil

Re: [PATCH 0/4] python: update linting for new mypy/pylint releases

2024-11-06 Thread Kevin Wolf
Am 01.11.2024 um 18:36 hat John Snow geschrieben: > Various python tests in the "check-python-tox" test case on GitLab have > begun failing due to newer package versions. This patch set corrects > those issues and also improves the reliability of local developer tests > which may be using these too

[PATCH 0/4] python: update linting for new mypy/pylint releases

2024-11-01 Thread John Snow
Various python tests in the "check-python-tox" test case on GitLab have begun failing due to newer package versions. This patch set corrects those issues and also improves the reliability of local developer tests which may be using these tooling versions outside of GitLab pinned version tests. The