diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d977f21..642022c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: - id: flake8 exclude: *test-data - repo: https://github.com/pycqa/pylint - rev: v3.0.0a7 + rev: v3.0.0 hooks: - id: pylint exclude: *test-data