diff --git a/.pylintrc b/.pylintrc index fed368866..a72297b30 100644 --- a/.pylintrc +++ b/.pylintrc @@ -35,6 +35,7 @@ disable=no-name-in-module, too-many-ancestors, too-many-instance-attributes, too-many-arguments, + too-many-positional-arguments, too-many-locals, too-many-lines, too-many-public-methods, diff --git a/scons/requirements.txt b/scons/requirements.txt index a91b5ef36..5286e2b9c 100644 --- a/scons/requirements.txt +++ b/scons/requirements.txt @@ -1,13 +1,13 @@ build >= 1.2, < 1.3 cpplint >= 1.6, < 1.7 -clang-format >= 18.1, < 18.2 +clang-format >= 19.1, < 19.2 cython >= 3.0, < 3.1 isort >= 5.13, < 5.14 mdformat >= 0.7, < 0.8 mdformat-myst >= 0.1, < 0.2 meson >= 1.5, < 1.6 ninja >= 1.11, < 1.12 -pylint >= 3.2, < 3.3 +pylint >= 3.3, < 3.4 setuptools scons >= 4.8, < 4.9 unittest-xml-reporting >= 3.2, < 3.3