Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pylint: update to 3.3.0 #52288

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/pylint/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'pylint'
pkgname=pylint
version=3.2.7
version=3.3.0
revision=1
build_style=python3-pep517
make_build_args="--skip-dependency-check"
Expand All @@ -15,7 +15,7 @@ maintainer="André L. C. Moreira <[email protected]>"
license="GPL-2.0-or-later"
homepage="https://pylint.pycqa.org"
distfiles="https://github.com/PyCQA/pylint/archive/refs/tags/v$version.tar.gz"
checksum=afa603e2ebfd602b5ad0c17972b38b8eb2a00843bbb26e8701ab3bcd52bfaba0
checksum=fff8b671e0d3daeef20c23c4925cc4ed2e52ecd38dc59b45428934007ad0b034

do_check() {
# FIXME: run upstream test suite
Expand Down