Skip to content

Commit 7dfcebc

Browse files
Bump black from 24.10.0 to 25.1.0 (#138)
Bumps [black](https://github.com/psf/black) from 24.10.0 to 25.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.10.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9317836 commit 7dfcebc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

com.ibm.wala.cast.python.test/data/buggy_convolutional_network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Convolutional Neural Network.
1+
"""Convolutional Neural Network.
22
33
Build and train a convolutional neural network with TensorFlow.
44
This example is using the MNIST database of handwritten digits

com.ibm.wala.cast.python.test/data/tf2_test_reshape2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://raw.githubusercontent.com/aymericdamien/TensorFlow-Examples/dd2e6dcd9603d5de008d8c766453162d0204affa/examples/3_NeuralNetworks/convolutional_network.py
2-
""" Convolutional Neural Network.
2+
"""Convolutional Neural Network.
33
44
Build and train a convolutional neural network with TensorFlow.
55
This example is using the MNIST database of handwritten digits

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
black==24.10.0
1+
black==25.1.0

0 commit comments

Comments
 (0)