diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 025bdf0..71eb0ec 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.1.0 + rev: v3.2.2 hooks: - id: pylint # Use pylintrc file in repository name: Check for Linting error on Python files