Add pylint to git pre-commit hooks (#6726)

This commit is contained in:
Clyde Stubbs 2024-05-13 07:56:55 +10:00 committed by GitHub
parent 47a1710b1e
commit 1a45858904
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -40,3 +40,10 @@ repos:
hooks:
- id: clang-format
types_or: [c, c++]
- repo: local
hooks:
- id: pylint
name: pylint
entry: pylint
language: system
types: [python]