Skip to content

Commit 8a7eeed

Browse files
authored
Apply suggestions from code review
Signed-off-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
1 parent 58caa34 commit 8a7eeed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ repos:
3535
(?x)(
3636
^versioneer.py|
3737
^monai/_version.py|
38-
^monai/networks/| # todo: avoid typing rewrites
39-
^monai/apps/detection/utils/anchor_utils.py| # todo: avoid typing rewrites
40-
^tests/test_compute_panoptic_quality.py # todo: avoid typing rewrites
38+
^monai/networks/| # avoid typing rewrites
39+
^monai/apps/detection/utils/anchor_utils.py| # avoid typing rewrites
40+
^tests/test_compute_panoptic_quality.py # avoid typing rewrites
4141
)
4242
4343
- repo: https://github.com/asottile/yesqa

0 commit comments

Comments
 (0)