Skip to content

Commit b702677

Browse files
[pre-commit.ci] pre-commit suggestions (#1972)
<!--pre-commit.ci start--> updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9af6814 commit b702677

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
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

+1-1
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)