Skip to content

Commit

Permalink
added nnunet files to ruff ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik-code committed Feb 29, 2024
1 parent 3aca156 commit e4650e4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ exclude = [
"dist",
"node_modules",
"venv",
"Unet3D",
"utils/data_iterators.py",
"utils/default_preprocessor.py",
"utils/export_prediction.py",
"utils/get_network_from_plans.py",
"utils/plans_handler.py",
"utils/predictor.py",
"utils/sliding_window_prediction.py",
".toml",
]
line-length = 140
Expand Down

0 comments on commit e4650e4

Please sign in to comment.