diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 060e60e..dd06d43 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.3.2 + rev: v3.3.3 hooks: - id: pylint args: ["--rcfile=.pylintrc"]