Skip to content
Draft
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies = [
"nose",
"numpy",
"pybids==0.17.0",
"pydantic",
"pydicom",
"python-dateutil",
"scikit-learn",
Expand All @@ -45,6 +46,7 @@ allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = [
"python/lib",
"python/loris_bids_reader",
"python/tests",
]

Expand All @@ -55,7 +57,7 @@ line-length = 120
preview = true

[tool.ruff.lint]
ignore = ["E202", "E203", "E221", "E241", "E251", "E272"]
ignore = ["E202", "E203", "E221", "E241", "E251", "E271", "E272"]
select = ["E", "EXE", "F", "I", "N", "RUF", "UP", "W"]

[tool.ruff.lint.per-file-ignores]
Expand All @@ -70,15 +72,17 @@ include = [
"python/tests",
"python/lib/db",
"python/lib/imaging_lib",
"python/lib/import_bids_dataset",
"python/lib/import_dicom_study",
"python/lib/util",
"python/lib/bids.py",
"python/lib/config.py",
"python/lib/config_file.py",
"python/lib/env.py",
"python/lib/get_session_info.py",
"python/lib/logging.py",
"python/lib/make_env.py",
"python/loris_bids_reader",
"python/scripts/import_bids_dataset.py",
"python/scripts/import_dicom_study.py",
"python/scripts/summarize_dicom_study.py",
]
Expand Down
283 changes: 0 additions & 283 deletions python/lib/bidsreader.py

This file was deleted.

Loading
Loading