Skip to content

Commit 38f2ea6

Browse files
committed
Add pylint hook and config file
1 parent 4d809a9 commit 38f2ea6

File tree

3 files changed

+449
-1
lines changed

3 files changed

+449
-1
lines changed

.pre-commit-config.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ repos:
1414
rev: 20.8b1
1515
hooks:
1616
- id: black
17+
- repo: https://github.com/PyCQA/pylint
18+
rev: pylint-2.7.2
19+
hooks:
20+
- id: pylint

0 commit comments

Comments
 (0)