pydicom / deid

best effort anonymization for medical images using python
https://pydicom.github.io/deid/
MIT License
138 stars 43 forks source link

adding linting/formatting with pre-commit #239

Closed vsoch closed 1 year ago

vsoch commented 1 year ago

Signed-off-by: vsoch vsoch@users.noreply.github.com

Description

This will add black, isort, and flake8 run via pre-commit.

Related issues: #238

Checklist