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