Skip to content

Commit c9be8bd

Browse files
Make examples pylint faster in pre-commit.
1 parent 727ff9b commit c9be8bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ repos:
2727
- repo: local
2828
hooks:
2929
- id: pylint_examples
30+
require_serial: true
3031
name: pylint (examples code)
3132
description: Run pylint rules on "examples/*.py" files
3233
entry: /usr/bin/env bash -c

0 commit comments

Comments
 (0)