diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c43ac4a..6016681 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -65,7 +65,7 @@ repos: - id: codespell exclude: (poetry.lock) - repo: https://github.com/PyCQA/pylint - rev: v3.1.0 + rev: v3.1.1 hooks: - id: pylint exclude: (docs|tests|setup.py)