Skip to content

Commit

Permalink
Disable linting for 'missing-timeout' (#550)
Browse files Browse the repository at this point in the history
This was added in pylint==2.15.0 released on 2022-08-26.

It fails in databricks_cli/oauth/oauth.py.
  • Loading branch information
pietern authored Aug 26, 2022
1 parent a574280 commit 24e1e52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prospector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pylint:
- raise-missing-from
- redundant-u-string-prefix
- consider-using-from-import
- missing-timeout

mccabe:
disable:
Expand Down

0 comments on commit 24e1e52

Please sign in to comment.