aries-cloudagent-python icon indicating copy to clipboard operation
aries-cloudagent-python copied to clipboard

Switch from black to ruff

Open jamshale opened this issue 1 year ago • 1 comments

Completely removes black from the project in favour of ruff for linting and formatting.

Note there's a few things failing right now because they are linting issues. They are fixed in the Rule D437 PR.

Adjust the decontainer and the github actions workflow.

jamshale avatar Jul 03 '24 02:07 jamshale

Also, I forgot to mention that the ruff linting based on the rules in pyproject.toml weren't actually being checked by the github action pipelines. This fixes that issues now and makes sure all linting and formatting is successful when opening a PR.

jamshale avatar Jul 04 '24 16:07 jamshale