talkiq / confluence-wiki-sync

https://github.com/marketplace/actions/confluence-docs-sync
Other
11 stars 3 forks source link

Use ruff for linting and formatting #66

Closed KevinGDialpad closed 3 weeks ago

KevinGDialpad commented 3 weeks ago

Ruff seems like a decent replacement for pylint and flake8.

There isn't that much existing code in this repository, so I think we can afford a fun experiment.

Ruff is explicitly not a type checker; we can add one of those later.