diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0acf667..5abc48b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,7 +47,7 @@ repos: - id: black args: [--line-length=120] - repo: https://github.com/PyCQA/pylint - rev: v3.0.3 + rev: v3.3.3 hooks: - id: pylint args: ["--rcfile=.pylintrc"]