We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I run
$ twistedchecker --version twistedchecker 1.5.6, astroid 1.4.9 Python 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609]
I get the same version as pylint
$ pylint --version No config file found, using default configuration pylint 1.5.6, astroid 1.4.9 Python 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609]
I think that it should report its own version, together with the versions for pylint :)
Or maybe re-wrote twistedchecker as a standard pylint plugin/checker
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I run
I get the same version as pylint
I think that it should report its own version, together with the versions for pylint :)
Or maybe re-wrote twistedchecker as a standard pylint plugin/checker
The text was updated successfully, but these errors were encountered: