Skip to content

Commit 92c3f54

Browse files
author
Alan Christie
committed
test: Add pylint to pre-commit
1 parent d7b1bb2 commit 92c3f54

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ repos:
4444
hooks:
4545
- id: mypy
4646
files: ^operator
47+
# Pylint
48+
- repo: https://github.com/pycqa/pylint
49+
rev: v2.13.5
50+
hooks:
51+
- id: pylint
52+
files: ^operator
4753
# YAML Lint
4854
# We have to adjust this hook, whcih looks for yaml files,
4955
# because some of our files are 'disguised' and not found by

0 commit comments

Comments
 (0)