We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
Consider adding more linters, e.g.:
- [ ] darglint - [ ] pylint - [ ] flake8-eradicate - [x] flake8-isort (done #60)
darglint
pylint
flake8-eradicate
flake8-isort
radon
ruff
safety
bandit
Also consider integration with other code-scan services, e.g.:
Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered
n/a
Additional context
The text was updated successfully, but these errors were encountered:
lint: add flake8-isort (partially addresses #61)
aa2a9c9
lint: add safety checker (partially addresse #61)
409e31c
lint: add bandit checker (partially address #61)
375c14a
426cae6
@marcofavorito : Update the list above?
Sorry, something went wrong.
Added ruff in place of flake8-*, pylint, and darglint.
flake8-*
No branches or pull requests
Is your feature request related to a problem? Please describe.
Consider adding more linters, e.g.:
- [ ]darglint
- [ ]pylint
- [ ]flake8-eradicate
- [x](done #60)flake8-isort
radon
ruff
(done Development maintainance #60)safety
(done Development maintainance #60)bandit
Also consider integration with other code-scan services, e.g.:
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: