Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pylint: enable missing-timeout #2539

Merged
merged 1 commit into from
Feb 22, 2023
Merged

Conversation

avylove
Copy link
Contributor

@avylove avylove commented Jan 19, 2023

Enables missing-timeout check to identify cases where requests is used without timeout values since this can hang waiting for a response.

I used 60 as the timeout, which is too much. I think 30 would be better, but wanted to be very conservative and see how others felt.

@avylove avylove force-pushed the pylint_10 branch 2 times, most recently from 1c2ade5 to 3652333 Compare February 13, 2023 14:59
@squirrelsc squirrelsc merged commit fbcc47c into microsoft:main Feb 22, 2023
@avylove avylove deleted the pylint_10 branch August 8, 2023 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants