canonical / prometheus-k8s-operator

https://charmhub.io/prometheus-k8s
Apache License 2.0
21 stars 35 forks source link

use ruff instead of flake8 #478

Closed lucabello closed 1 year ago

lucabello commented 1 year ago

The flake8 plugins we use are re-implemented in ruff, which is why they have been removed from the dependencies.

isort is enabled (and used when formatting) through the I001 rule.

The "exclude list" has been updated to omit folders that ruff excludes by default.

Everything else is the same, the only difference being two new rules being ignored (which weren't checked before anyway):

lucabello commented 1 year ago

@simskij you might need to review the branch protection rules on this repo, as it looks like it's stuck even though all checks passed :)