You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .pre-commit-config.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ repos:
28
28
hooks:
29
29
- id: pylint_examples
30
30
name: pylint (examples code)
31
+
require_serial: true
31
32
description: Run pylint rules on "examples/*.py" files
32
33
entry: /usr/bin/env bash -c
33
34
args: ['([[ ! -d "examples" ]] || for example in $(find . -path "./examples/*.py"); do pylint --disable=missing-docstring,invalid-name $example; done)']
0 commit comments