aries-cloudagent-python
aries-cloudagent-python copied to clipboard
Switch from black to ruff
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.
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.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code