Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v2-10-test] Fix breeze output static checks failure (#45142) #45147

Merged
merged 1 commit into from
Dec 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev/breeze/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ PLEASE DO NOT MODIFY THE HASH BELOW! IT IS AUTOMATICALLY UPDATED BY PRE-COMMIT.

---------------------------------------------------------------------------------------------------------

Package config hash: 6895629f7608853a7a16464234a3fc643a0e97a719ad6bba6929c43a17f780d89c909d8c42d1eeefc7e02b427e39a48491af0b1346c2a959f3f2648340be74e4
Package config hash: b2e0a459155b5c685597fdf153589d13ce8730b312bccc5fb8810ced491730649239e07261bb9c7fdbe361a20d3c5497d0ca65dbd2964a2b74cf065d04f710fc

---------------------------------------------------------------------------------------------------------
2 changes: 1 addition & 1 deletion dev/breeze/doc/images/output_setup.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
08c78d9dddd037a2ade6b751c5a22ff9
ea2ff499fd3c25ef89abaab313d5d04a
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d8b4c5d290f72a66c75d9e04a7b27653
3bcf7f64df9056994e00960db1cb1381
2 changes: 1 addition & 1 deletion dev/breeze/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ requires-python = "~=3.8"

dependencies = [
"black>=23.11.0",
"click>=8.1.7",
"click>=8.1.8",
"filelock>=3.13.0",
#
# We pin flit in order to make sure reproducibility of provider packages is maintained
Expand Down
Loading