tox: Remove pylint timeout

It's not a valid pylint config

Change-Id: Ida480429a3a86637f26e9fc3a0d6fa2d225d952a
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/396921
Reviewed-by: Scott Lee <ddoman@google.com>
Commit-Queue: Josip Sokcevic <sokcevic@google.com>
Tested-by: Josip Sokcevic <sokcevic@google.com>
This commit is contained in:
Josip Sokcevic 2023-12-08 14:52:28 -08:00 committed by LUCI
parent a50c4e3bc0
commit f56484c05b
1 changed files with 0 additions and 3 deletions

View File

@ -58,6 +58,3 @@ deps =
commands =
black {posargs:.}
flake8
[pytest]
timeout = 300