AI-Planning / pddl

Unquestionable PDDL 3.1 parser

Home Page:https://ai-planning.github.io/pddl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add more linters/code-quality tools

marcofavorito opened this issue · comments

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.