From c54243c7d34b44a7453ebead6b3b87d158c1a5c0 Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Sat, 14 Oct 2023 12:48:36 +0200 Subject: [PATCH] Update dependency "pylint" to version 3.0 or greater. --- python/subprojects/boosting/setup.py | 1 + python/subprojects/common/setup.py | 1 + python/subprojects/seco/setup.py | 1 + python/subprojects/testbed/setup.py | 1 + scons/requirements.txt | 2 +- 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python/subprojects/boosting/setup.py b/python/subprojects/boosting/setup.py index a59197f624..739140710a 100644 --- a/python/subprojects/boosting/setup.py +++ b/python/subprojects/boosting/setup.py @@ -1,6 +1,7 @@ """ Author: Michael Rapp (michael.rapp.ml@gmail.com) """ +# pylint: disable=duplicate-code import os import shutil diff --git a/python/subprojects/common/setup.py b/python/subprojects/common/setup.py index cf5a1c82b4..a45a7cdf92 100644 --- a/python/subprojects/common/setup.py +++ b/python/subprojects/common/setup.py @@ -1,6 +1,7 @@ """ Author: Michael Rapp (michael.rapp.ml@gmail.com) """ +# pylint: disable=duplicate-code import os import shutil diff --git a/python/subprojects/seco/setup.py b/python/subprojects/seco/setup.py index a023a94faa..07c2415fbf 100644 --- a/python/subprojects/seco/setup.py +++ b/python/subprojects/seco/setup.py @@ -1,6 +1,7 @@ """ Author: Michael Rapp (michael.rapp.ml@gmail.com) """ +# pylint: disable=duplicate-code import os import shutil diff --git a/python/subprojects/testbed/setup.py b/python/subprojects/testbed/setup.py index 843e8ac659..bda7de4fce 100644 --- a/python/subprojects/testbed/setup.py +++ b/python/subprojects/testbed/setup.py @@ -1,6 +1,7 @@ """ Author: Michael Rapp (michael.rapp.ml@gmail.com) """ +# pylint: disable=duplicate-code from pathlib import Path from setuptools import find_packages, setup diff --git a/scons/requirements.txt b/scons/requirements.txt index 90618c2309..da4920bf11 100644 --- a/scons/requirements.txt +++ b/scons/requirements.txt @@ -4,7 +4,7 @@ cython >= 3.0, < 3.1 isort >= 5.12, < 5.13 meson >= 1.2, < 1.3 ninja >= 1.11, < 1.12 -pylint >= 2.17, < 2.18 +pylint >= 3.0, < 3.1 scons >= 4.5, < 4.6 wheel >= 0.41, < 0.42 yapf >= 0.40, < 0.41