Skip to content

Commit b0c7e24

Browse files
committed
Remove pylint_tests
1 parent 55b0840 commit b0c7e24

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.pre-commit-config.yaml

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

0 commit comments

Comments
 (0)