-
Notifications
You must be signed in to change notification settings - Fork 24
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
[BUG] salt-pylint throws a TypeError #46
Comments
I have tracked this down a little further: |
Wow, what went on there.... |
I will actually propose on our teams next Arch meeting to deprecate the pep8 checker since Salt now uses black. |
It starts with: pylint-dev/pylint#4399 Oh, it looks like they are bumping the version to 2.9.0. The numversion tuple issue is mentioned in the 2.9.0 release notes:
|
There were a number of checks that were removed in the last release since they no longer made any sense, namely, pep8, so, closing this issue. |
Running pylint against salt-pylint:
Importing pip install pylint:
It looks like prior to pylint-dev/pylint@0e63847 pylint returned a tuple of strings, but after this commit it now returns a tuple of Int's. From
pylint.git
:The text was updated successfully, but these errors were encountered: