Skip to content

Commit

Permalink
Bump black from 22.3.0 to 24.3.0 (#804)
Browse files Browse the repository at this point in the history
* Bump black from 22.3.0 to 24.3.0

Bumps [black](https://github.com/psf/black) from 22.3.0 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@22.3.0...24.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Reformat files with new black

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Bannink <tombannink@gmail.com>
  • Loading branch information
dependabot[bot] and Tombana committed Mar 21, 2024
1 parent 27c0d25 commit 3f57a37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions larq_compute_engine/mlir/python/converter_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
from tensorflow.python.eager import context

sys.modules["larq_compute_engine.mlir._tf_tfl_flatbuffer"] = mock.MagicMock()
sys.modules[
"larq_compute_engine.tflite.python.interpreter_wrapper_lite"
] = mock.MagicMock()
sys.modules["larq_compute_engine.tflite.python.interpreter_wrapper_lite"] = (
mock.MagicMock()
)
sys.modules["larq_compute_engine.mlir.python.tflite_schema"] = mock.MagicMock()

from larq_compute_engine.mlir.python.converter import convert_keras_model
Expand Down
1 change: 1 addition & 0 deletions larq_compute_engine/tests/preprocess.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""From larq_zoo/training/data.py"""

import tensorflow as tf

IMAGE_SIZE = 224
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
black==22.3.0
black==24.3.0
pyflakes==2.4.0
pytype==2022.3.29

0 comments on commit 3f57a37

Please sign in to comment.