Skip to content

Commit bbde7a4

Browse files
committed
Remove pylint_tests hook
1 parent 3d82574 commit bbde7a4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,3 @@ repos:
4040
files: "^tests/"
4141
args:
4242
- --disable=missing-docstring,consider-using-f-string,duplicate-code
43-
- repo: local
44-
hooks:
45-
- id: pylint_tests
46-
name: pylint (tests code)
47-
description: Run pylint rules on "tests/*.py" files
48-
entry: /usr/bin/env bash -c
49-
args: ['([[ ! -d "tests" ]] || for test in $(find . -path "./tests/*.py"); do pylint --disable=missing-docstring,consider-using-f-string $test; done)']
50-
language: system

0 commit comments

Comments
 (0)