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

Use pyproject.toml to specify global pylint allows #1098

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mulkieran
Copy link
Member

No description provided.

Slightly better than cluttering up the Makefile.
Put the configuration in pyproject.toml, because that is what we did for
pyright.

Signed-off-by: mulhern <[email protected]>
@mulkieran mulkieran self-assigned this Sep 13, 2024
@mulkieran
Copy link
Member Author

For pylint, there seems to be no way to add recursive configurations. So, you can really only put the global configuration in the pyproject.toml, and then do more local configurations via the command-line. For bandit, that technique doesn't work, all skips must be global.

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.

1 participant