Skip to content

Commit 47f0df6

Browse files
authored
Merge branch 'Project-MONAI:main' into maisi
2 parents f522044 + b702677 commit 47f0df6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: detect-private-key
2424

2525
- repo: https://github.com/psf/black
26-
rev: "24.10.0"
26+
rev: "25.1.0"
2727
hooks:
2828
- id: black
2929
- id: black-jupyter

bundle/hybrid_programming/scripts/train_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
99
# See the License for the specific language governing permissions and
1010
# limitations under the License.
11-
""" A demo of overwriting the configuration content using the command line input """
11+
"""A demo of overwriting the configuration content using the command line input"""
1212

1313
from monai.bundle import ConfigParser
1414

0 commit comments

Comments
 (0)