diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 661a958..82aa687 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: - id: black args: [--line-length=120] - repo: https://github.com/PyCQA/pylint - rev: v3.0.3 + rev: v3.3.0 hooks: - id: pylint args: ["--rcfile=.pylintrc"]