From 64158644322e0aa0e21c160fa4f8b8f4794609c5 Mon Sep 17 00:00:00 2001 From: q66 Date: Fri, 11 Nov 2022 04:10:38 +0000 Subject: [PATCH] pylint: pretend it's not broken but better --- srcpkgs/pylint/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template index 6e88ca3d02a..9d807743128 100644 --- a/srcpkgs/pylint/template +++ b/srcpkgs/pylint/template @@ -3,7 +3,7 @@ pkgname=pylint version=2.15.5 revision=1 build_style=python3-pep517 -make_build_args="--skip-dependency-check" +make_build_args="--skip-dependency-check --no-isolation --wheel" make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py" hostmakedepends="python3-wheel" depends="python3-astroid python3-isort python3-mccabe python3-tomlkit