https://github.com/messense/flake8-network-timeout
https://github.com/messense/flake8-network-timeout
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/messense/flake8-network-timeout
- Owner: messense
- License: mit
- Created: 2017-07-02T06:21:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T12:45:22.000Z (almost 9 years ago)
- Last Synced: 2025-04-23T02:16:26.443Z (about 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flake8-network-timeout
A flake8 plugin warns you when you forgot to set network timeout when calling external services.
Working in progress
## Supported Libraries
1. redis-py
## Todo
1. requests
2. pymongo
3. etc.