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

pylint: depend on python3-tomli; update homepage #37923

Merged
merged 1 commit into from Jul 8, 2022
Merged

pylint: depend on python3-tomli; update homepage #37923

merged 1 commit into from Jul 8, 2022

Conversation

r-ricci
Copy link
Contributor

@r-ricci r-ricci commented Jul 8, 2022

Testing the changes

  • I tested the changes in this PR: YES

It depends on both tomlkit and tomli:

$ printf 'print("hello")\n' > hello.py
$ pylint hello.py
[...]
pkg_resources.DistributionNotFound: The 'tomli>=1.1.0' distribution was not found and is required by pylint
$ sudo xbps-install python3-tomli
[...]
$ pylint hello.py
************* Module hello
hello.py:1:0: C0114: Missing module docstring (missing-module-docstring)

------------------------------------------------------------------
Your code has been rated at 0.00/10 (previous run: 0.00/10, +0.00)

$ sudo xbps-remove -F python3-tomlkit
[...]
$ pylint hello.py
[...]
ModuleNotFoundError: No module named 'tomlkit'

@paper42

@paper42 paper42 merged commit b05d051 into void-linux:master Jul 8, 2022
@r-ricci r-ricci deleted the pylint branch July 8, 2022 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants