pylint: rebuild for Python 3.12

This commit is contained in:
Andrew J. Hesford 2023-09-23 21:03:35 -04:00
parent 4f2a8e1ea2
commit e8d71fb257
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'pylint' # Template file for 'pylint'
pkgname=pylint pkgname=pylint
version=2.17.4 version=2.17.4
revision=1 revision=2
build_style=python3-pep517 build_style=python3-pep517
make_build_args="--skip-dependency-check" make_build_args="--skip-dependency-check"
make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py" make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py"