From 6b9595c04cc0fa1bcec025a0ce70cf1fd86d551d Mon Sep 17 00:00:00 2001 From: Michael Beale Date: Tue, 3 Dec 2024 07:15:15 -0800 Subject: [PATCH] Update .pylintrc --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index c186f7f..ddb84d6 100644 --- a/.pylintrc +++ b/.pylintrc @@ -8,7 +8,7 @@ [MASTER] [pre-commit-hook] -limit=10.0 +limit=10 # Files or directories to be skipped. They should be base names, not paths. ignore=third_party