ucam-department-of-psychiatry / crate

Create and use de-identified research databases. Preprocess, extract text, anonymise/de-identify, link, apply natural language processing, query for research, manage consent for contact.
GNU General Public License v3.0
19 stars 7 forks source link

Security updates / Latest Black style / Redundant noqa removal #148

Closed martinburchell closed 3 months ago

martinburchell commented 3 months ago

What started off as a few simple package updates has ballooned somewhat.

The latest version of Black (upgraded to fix a vulnerability) introduces some formatting changes. I've also added a pre-commit check to remove redundant # noqas, mostly resulting from Black splitting lines that were previously too long.