From ce248b5106b9b90f393b3b446270c84e5a7ac8d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Rom=C3=A1n?= Date: Mon, 23 Sep 2024 17:36:26 -0700 Subject: [PATCH] build(deps): pre-commit autoupdate (#300) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit update: - hadolint-coatl: 2.12.0.3 → 2.12.1b0 --- .pre-commit-config.yaml | 2 +- .pylintrc | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 46c5beb..6d4c1eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,6 +34,6 @@ repos: files: ^src/ types: [python] - repo: https://github.com/coatl-dev/hadolint-coatl - rev: 2.12.0.3 + rev: 2.12.1b0 hooks: - id: hadolint diff --git a/.pylintrc b/.pylintrc index 8e138d4..45b1404 100644 --- a/.pylintrc +++ b/.pylintrc @@ -302,6 +302,9 @@ max-locals=25 # Maximum number of parents for a class (see R0901). max-parents=7 +# Maximum number of positional arguments for function / method. +max-positional-arguments=25 + # Maximum number of public methods for a class (see R0904). max-public-methods=60