irods / python-irodsclient

A Python API for iRODS
Other
62 stars 73 forks source link

Run formatter on entire project #615

Open alanking opened 2 months ago

alanking commented 2 months ago

We have used Black formatter for the automated ingest repo: https://github.com/irods/irods_capability_automated_ingest/pull/179/commits/a4f4f51235283aadd9abe78a7c1e9e370633ae59

Ruff looks promising: https://github.com/astral-sh/ruff

Other options are welcome for consideration.

d-w-moore commented 1 day ago

Let's keep this for v3.0.0 but make it the last commit applied broadly to the Python source.

alanking commented 16 hours ago

Another data point for Ruff (linter) and Black (formatter): https://github.com/irods/irods_testing_environment/pull/234