pddl icon indicating copy to clipboard operation
pddl copied to clipboard

Add more linters/code-quality tools

Open marcofavorito opened this issue 2 years ago • 2 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)~

  • [ ] radon
  • [ ] ruff
  • [x] ~safety~ (done #60)
  • [x] ~bandit~ (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 avatar May 13 '23 10:05 marcofavorito

@marcofavorito : Update the list above?

haz avatar May 15 '23 17:05 haz

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

marcofavorito avatar Dec 31 '23 16:12 marcofavorito