From fae414a2d674eea6729eeb176abeb44af6ee53ed Mon Sep 17 00:00:00 2001 From: SecondThundeR Date: Sun, 15 May 2022 13:47:45 +0300 Subject: [PATCH] fix pylint hook name --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e8bc3592..ba96f0d3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: exclude: doc/data/messages/(r/reimported|w/wrong-import-order|u/ungrouped-imports|m/misplaced-future)/bad.py types: [python] - id: pylint - name: Checking docs with pylint + name: Checking code with pylint language: python entry: pylint args: ["-rn", "-sn", "--rcfile=.pylintrc", "--load-plugins=pylint.extensions.docparams"]