We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af6814 commit b702677Copy full SHA for b702677
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
- id: detect-private-key
24
25
- repo: https://github.com/psf/black
26
- rev: "24.10.0"
+ rev: "25.1.0"
27
hooks:
28
- id: black
29
- id: black-jupyter
bundle/hybrid_programming/scripts/train_demo.py
@@ -8,7 +8,7 @@
8
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
# See the License for the specific language governing permissions and
10
# limitations under the License.
11
-""" A demo of overwriting the configuration content using the command line input """
+"""A demo of overwriting the configuration content using the command line input"""
12
13
from monai.bundle import ConfigParser
14
0 commit comments