Skip to content

Commit 461b99d

Browse files
authored
Merge pull request #473 from Shopify/paulinakhew-pre-commit-pylint
Add pylint
2 parents 4d809a9 + eb10efc commit 461b99d

File tree

5 files changed

+450
-3
lines changed

5 files changed

+450
-3
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
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)