From 1708148f510975a3d1cdda53837439a5ee5a5fd2 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 28 Nov 2021 00:32:06 -0500 Subject: unpin pylint in CI -- the mentioned issue is long since fixed And the outdated pin means some error messages that are a lot better in newer versions aren't available. --- .github/workflows/lint_mypy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/lint_mypy.yml b/.github/workflows/lint_mypy.yml index 195d733de..957270773 100644 --- a/.github/workflows/lint_mypy.yml +++ b/.github/workflows/lint_mypy.yml @@ -23,8 +23,7 @@ jobs: - uses: actions/setup-python@v2 with: python-version: '3.x' - # pylint version constraint can be removed when https://github.com/PyCQA/pylint/issues/3524 is resolved - - run: python -m pip install pylint==2.4.4 + - run: python -m pip install pylint - run: pylint mesonbuild custom_lint: -- cgit v1.2.3