Skip to content

Commit 24e1e52

Browse files
authored
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.
1 parent a574280 commit 24e1e52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

prospector.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ pylint:
3232
- raise-missing-from
3333
- redundant-u-string-prefix
3434
- consider-using-from-import
35+
- missing-timeout
3536

3637
mccabe:
3738
disable:

0 commit comments

Comments
 (0)