Skip to content

Commit ecc51c2

Browse files
authored
Merge branch 'main' into feat/add-type-hints-analysis-passes
2 parents f18a82f + 9c6baac commit ecc51c2

198 files changed

Lines changed: 6372 additions & 4321 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@ jobs:
3131
- name: Run lint
3232
run: |
3333
set -e
34+
# Check that `Cargo.lock` is checked in and up-to-date before attempting to build the
35+
# package. The exact command isn't important, it should just be cheap and update the lock.
36+
cargo metadata --format-version=1 --locked >/dev/null
3437
make cformat
3538
tox -e lint

.mergify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ pull_request_rules:
66
actions:
77
backport:
88
branches:
9-
- stable/2.3
9+
- stable/2.4

0 commit comments

Comments
 (0)