Skip to content

Commit c2cbae3

Browse files
committed
added pylint pre-commit hook
1 parent b49f4d3 commit c2cbae3

8 files changed

Lines changed: 679 additions & 45 deletions

File tree

.pre-commit-config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@ repos:
33
rev: 6.1.0 # or latest version
44
hooks:
55
- id: flake8
6+
7+
- repo: local
8+
hooks:
9+
- id: pylint
10+
name: pylint check
11+
entry: pylint
12+
language: system
13+
types: [python]
14+
args: [moddata]

0 commit comments

Comments
 (0)