pddl
pddl copied to clipboard
Add more linters/code-quality tools
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)~
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
@marcofavorito : Update the list above?
Added ruff in place of flake8-*, pylint, and darglint.