Skip to content

Commit

Permalink
Changes by create-pull-request action (#245)
Browse files Browse the repository at this point in the history
* chore: Update dependencies

* chore: Update dependencies

* Update main

* Merge main branch

* More bumps

---------

Co-authored-by: github-merge-queue <[email protected]>
Co-authored-by: Saša Tomić <[email protected]>
Co-authored-by: github-merge-queue[bot] <github-merge-queue[bot]@users.noreply.github.com>
  • Loading branch information
4 people committed Apr 2, 2024
1 parent bb9acec commit 278cc64
Show file tree
Hide file tree
Showing 9 changed files with 1,474 additions and 1,280 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/update-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
#
cargo update
poetry update
./bin/poetry-export.sh
CARGO_BAZEL_REPIN=true bazel query
./bin/poetry.sh
#
# Completely delete the bazel cache and then recreate it
# Cache should have everything that bazel build requires, and nothing more
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ repos:
- id: ormolu

- repo: https://github.com/ambv/black
rev: 20.8b1
rev: 24.3.0
hooks:
- id: black
additional_dependencies: ["click==8.0.4"]
args:
- --line-length=120

- repo: https://github.com/asottile/reorder_python_imports
rev: v2.4.0
rev: v3.12.0
hooks:
- id: reorder-python-imports
args:
Expand Down
Loading

0 comments on commit 278cc64

Please sign in to comment.