Skip to content

Commit

Permalink
added nnunet files to ruff ignore try2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik-code committed Feb 29, 2024
1 parent e4650e4 commit 6806bb0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +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",
"spineps/Unet3D",
"spineps/utils/data_iterators.py",
"spineps/utils/default_preprocessor.py",
"spineps/utils/export_prediction.py",
"spineps/utils/get_network_from_plans.py",
"spineps/utils/plans_handler.py",
"spineps/utils/predictor.py",
"spineps/utils/sliding_window_prediction.py",
".toml",
]
line-length = 140
Expand Down

0 comments on commit 6806bb0

Please sign in to comment.