Skip to content
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

Remove C0103 from .pylintrc #26

Open
quillcraftsman opened this issue Sep 9, 2023 · 0 comments
Open

Remove C0103 from .pylintrc #26

quillcraftsman opened this issue Sep 9, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers
Milestone

Comments

@quillcraftsman
Copy link
Member

C0103 ignore error names. It was ignored because of id attribute.
There is the one problem here. If remove C0103 form .pylintrc and run linter pylint $(git ls-files '*.py') it will fail on one line.
But if we disabled this line it wouldn't work.
We need to solve this problem and remove C0103 from .pylintrc

@quillcraftsman quillcraftsman added bug Something isn't working good first issue Good for newcomers labels Sep 9, 2023
@quillcraftsman quillcraftsman added this to the Clean code milestone Sep 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant