diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8b05619..25cf03d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: types: [python] - repo: https://github.com/pycqa/pylint - rev: v3.2.4 + rev: v3.2.5 hooks: - id: pylint # Use pylintrc file in repository name: Check for Linting error on Python files