https://github.com/toilal/pylint-issue
https://github.com/toilal/pylint-issue
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/toilal/pylint-issue
- Owner: Toilal
- Created: 2015-11-29T20:47:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-29T20:51:36.000Z (over 10 years ago)
- Last Synced: 2025-01-21T09:09:35.430Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Using pylint 1.5.0 and python 3.4.3
$ pylint dummy
************* Module dummy
W: 2, 0: Module import itself (import-self)
This should not be reported.