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

custom_checker doesn't work for pylint #243

Closed
yegor256 opened this issue Mar 23, 2024 · 3 comments
Closed

custom_checker doesn't work for pylint #243

yegor256 opened this issue Mar 23, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@yegor256
Copy link
Owner

After #224. I run make clean lint and I see this:

+++ lint +++

Citation metadata are valid according to schema version 1.2.0.
mypy.ini: No [mypy] section in config file
Success: no issues found in 6 source files
************* Module Command line or configuration file
Command line or configuration file:1:0: E0013: Plugin 'custom_checkers' is impossible to load, is it installed ? ('No module named 'custom_checkers'') (bad-plugin-value)

Apparently, pylint doesn't load custom_checkers.

@yegor256 yegor256 added the bug Something isn't working label Mar 23, 2024
@yegor256
Copy link
Owner Author

@howcanunot can you please help?

@howcanunot
Copy link
Contributor

@yegor256 Yeah, I'm sorry.
fix is ready

@yegor256
Copy link
Owner Author

@howcanunot works now, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants