From 19f10e1953da7f4bfbd85594167070974c7336a5 Mon Sep 17 00:00:00 2001 From: davidmezzetti <561939+davidmezzetti@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:37:47 -0500 Subject: [PATCH] Update pre-commit config --- .pre-commit-config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 163e6c4..79f065d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,14 @@ repos: - repo: https://github.com/pycqa/pylint - rev: v2.16.2 + rev: v3.3.1 hooks: - id: pylint args: - -d import-error - -d duplicate-code + - -d too-many-positional-arguments - repo: https://github.com/ambv/black - rev: 23.1.0 + rev: 24.10.0 hooks: - id: black language_version: python3