diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e02d5b6..6fcc1a8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,13 +18,10 @@ repos: - id: licenseheaders args: ["-t", ".copyright.tmpl", "-cy", "-f", "-d", "statapp"] pass_filenames: false -- repo: local +- repo: https://github.com/pylint-dev/pylint.git + rev: v3.0.0 hooks: - id: pylint - name: pylint - entry: pylint - language: system - types: [python] args: [ "-rn", # Only display messages