-
Notifications
You must be signed in to change notification settings - Fork 11
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
Pre.commit failed with ontology.py #415
Comments
Seems to be working now, so I close this. |
Was it tested on both Linux and Windows (just in case there are OS differences)? |
I do not get the same error anywhere. Can you reproduce it? If not I think we should close it.. |
Should I test on branch master? |
yes, or make a new branch out of master. |
tested and no complain from pylint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got a problem with pre.commit for ontology.py related to pylint.
Error message are like:
Parameter 'fileobj' has been renamed to 'filename' in overridden 'Ontology.load' methodPylint(W0237:arguments-renamed)
The text was updated successfully, but these errors were encountered: