From 24e1e52d7466b43af5cf04fea1c02f35ec6009ac Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Fri, 26 Aug 2022 16:05:31 +0200 Subject: [PATCH] Disable linting for 'missing-timeout' (#550) This was added in pylint==2.15.0 released on 2022-08-26. It fails in databricks_cli/oauth/oauth.py. --- prospector.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/prospector.yaml b/prospector.yaml index a8aec457..5576da5b 100644 --- a/prospector.yaml +++ b/prospector.yaml @@ -32,6 +32,7 @@ pylint: - raise-missing-from - redundant-u-string-prefix - consider-using-from-import + - missing-timeout mccabe: disable: