diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a6e1be94..4ed1ab6e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: # hooks: # - id: bandit - repo: https://github.com/PyCQA/pylint - rev: v3.2.6 + rev: v3.3.0 hooks: - id: pylint args: ["--disable=C,R,W,E1136"]