Skip to content

Commit

Permalink
Revert "Changes by create-pull-request action (#245)" (#281)
Browse files Browse the repository at this point in the history
This reverts commit 278cc64.
  • Loading branch information
LittleChimera authored Apr 2, 2024
1 parent 6bd1548 commit f3611be
Show file tree
Hide file tree
Showing 9 changed files with 1,280 additions and 1,474 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
#
cargo update
poetry update
CARGO_BAZEL_REPIN=true bazel query
./bin/poetry.sh
./bin/poetry-export.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: 24.3.0
rev: 20.8b1
hooks:
- id: black
additional_dependencies: ["click==8.0.4"]
args:
- --line-length=120

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

0 comments on commit f3611be

Please sign in to comment.