nipreps / mriqc

Automated Quality Control and visual reports for Quality Assessment of structural (T1w, T2w) and functional MRI of the brain
http://mriqc.readthedocs.io
Apache License 2.0
284 stars 128 forks source link

ENH: Added type hints to config module #1288

Closed zvi-quantivly closed 2 months ago

zvi-quantivly commented 2 months ago

I wasn't sure whether some cases should be annotated or not (e.g., a = int(something) versus a: int = int(something), which doesn't actually add any information). Decided to take a maximalist approach, let me know if there's some other heuristic I should follow.