This commit is contained in:
Maxim Slipenko 2023-10-04 08:28:36 +03:00
parent 2ebadd65b5
commit 8f48e68eb2

View File

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