pylint: remove redundant build arguments

This commit is contained in:
Andrew J. Hesford 2023-09-23 12:22:56 -04:00
parent f7b9e0b2cc
commit 0fcff106da
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ pkgname=pylint
version=2.17.4
revision=1
build_style=python3-pep517
make_build_args="--skip-dependency-check --no-isolation --wheel"
make_build_args="--skip-dependency-check"
make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py"
hostmakedepends="python3-wheel"
depends="python3-astroid python3-isort python3-mccabe python3-tomlkit