AI-Planning / pddl

Unquestionable PDDL 3.1 parser
https://ai-planning.github.io/pddl/
MIT License
85 stars 27 forks source link

Add more linters/code-quality tools #61

Open marcofavorito opened 1 year ago

marcofavorito commented 1 year ago

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

haz commented 1 year ago

@marcofavorito : Update the list above?

marcofavorito commented 10 months ago

Added ruff in place of flake8-*, pylint, and darglint.