diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 856c3012..f2e9afdb 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.0.3 + rev: v3.1.0 hooks: - id: pylint args: ["--disable=C,R,W,E1136"]