innersource-crawler
innersource-crawler copied to clipboard
Fix linting issues
This application has the following linting issues that should be resolve:
- [ ] crawler.py:1:0: C0114: Missing module docstring (missing-module-docstring)
- [ ] crawler.py:40:24: C0209: Formatting a regular string which could be a f-string (consider-using-f-string)
- [ ] crawler.py:47:22: C0209: Formatting a regular string which could be a f-string (consider-using-f-string)
- [ ] crawler.py:95:9: W1514: Using open without explicitly specifying an encoding (unspecified-encoding)