We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58caa34 commit 8a7eeedCopy full SHA for 8a7eeed
.pre-commit-config.yaml
@@ -35,9 +35,9 @@ repos:
35
(?x)(
36
^versioneer.py|
37
^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
+ ^monai/networks/| # avoid typing rewrites
+ ^monai/apps/detection/utils/anchor_utils.py| # avoid typing rewrites
+ ^tests/test_compute_panoptic_quality.py # avoid typing rewrites
41
)
42
43
- repo: https://github.com/asottile/yesqa
0 commit comments