Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[minc_insertion] Improve command line arguments validation #1123

Merged
merged 1 commit into from
May 30, 2024

[minc_insertion] Improve command line arguments validation

ae5985f
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

[minc_insertion] Improve command line arguments validation #1123

[minc_insertion] Improve command line arguments validation
ae5985f
Select commit
Loading
Failed to load commit list.
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()