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

[tool.pylama] linters option behaves differently if string or array #253

Open
cdleonard opened this issue Apr 21, 2024 · 0 comments
Open

Comments

@cdleonard
Copy link

The linters option in pyproject.toml is accepted as both a string and an array

If given as a string then the specified linters are used instead of the default linters. This is like the pylama --linters command-line option.

If given as an array then the specified linters are used in addition to the default linters. This is weird and undocumented.

$ pylama --version
pylama 8.4.1
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

No branches or pull requests

1 participant