diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 124d458..031676c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -70,7 +70,7 @@ repos: - id: codespell exclude: (poetry.lock) - repo: https://github.com/PyCQA/pylint - rev: v3.0.2 + rev: v3.0.3 hooks: - id: pylint exclude: (docs|tests|setup.py)