diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dd91d1c..dfc8979 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.2.2 hooks: - id: pylint args: ["--rcfile=.pylintrc"]