diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2021-11-28 00:32:06 -0500 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2021-12-30 14:28:45 -0500 |
commit | 1708148f510975a3d1cdda53837439a5ee5a5fd2 (patch) | |
tree | 2ea142797365e62e47cbc3f0334059781fce958a /.github | |
parent | 3304a38496a52052ae9d58ed2459c7deb18ca703 (diff) | |
download | meson-1708148f510975a3d1cdda53837439a5ee5a5fd2.zip meson-1708148f510975a3d1cdda53837439a5ee5a5fd2.tar.gz meson-1708148f510975a3d1cdda53837439a5ee5a5fd2.tar.bz2 |
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.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint_mypy.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/lint_mypy.yml b/.github/workflows/lint_mypy.yml index 195d733..9572707 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: |