Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
fix pylint hook name
Browse files Browse the repository at this point in the history
  • Loading branch information
SecondThundeR committed May 15, 2022
1 parent 103925e commit fae414a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit fae414a

Please sign in to comment.