Skip to content

[minc_insertion] Improve command line arguments validation

Sign in for the full log view
GitHub Actions / flake8 succeeded May 6, 2024 in 0s

reviewdog [flake8] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (5)

dicom-archive/database_config_template.py|29 col 43| invalid escape sequence '\d'
python/bids_import.py|358 col 21| SyntaxError: invalid syntax
python/lib/init.py|10 col 121| line too long (511 > 120 characters)
python/lib/eeg.py|926 col 5| too many blank lines (2)
python/lib/imaging.py|171 col 12| do not compare types, for exact checks use is / is not, for instance checks use isinstance()