Skip to content

Commit 22739c8

Browse files
authored
Merge branch 'main' into fix/torch-213-named-tensor-import
2 parents 8cf1f1d + 62dfb0b commit 22739c8

4 files changed

Lines changed: 9 additions & 48 deletions

File tree

.github/CODEOWNERS

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
# @global-owner1, @global-owner2, and @global-owner3 will be requested for review when someone opens a pull request.
55

66
# Thank you, our previous code owners for their service:
7-
# @carmocca @borda
7+
# @carmocca @borda @lantiga @KaelanDt @mruberry
88

9-
* @mruberry @lantiga @KaelanDt
9+
* @tejapulagam @k223kim @lianakoleva
1010

1111
# CI/CD and configs
12-
/.azure/ @KaelanDt @lantiga
13-
/.github/ @KaelanDt @lantiga
14-
/.lightning/ @KaelanDt @lantiga
15-
/dockers/ @KaelanDt @lantiga
16-
Makefile @KaelanDt @lantiga
17-
*.yml @KaelanDt @lantiga
12+
/.azure/ @tejapulagam @k223kim @lianakoleva
13+
/.github/ @tejapulagam @k223kim @lianakoleva
14+
/.lightning/ @tejapulagam @k223kim @lianakoleva
15+
/dockers/ @tejapulagam @k223kim @lianakoleva
16+
Makefile @tejapulagam @k223kim @lianakoleva
17+
*.yml @tejapulagam @k223kim @lianakoleva

.github/workflows/label-conflicts.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/labeler.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ repos:
2929
- id: pyupgrade
3030
args: ["--py310-plus"]
3131
name: Upgrade code
32+
language_version: python3.13
3233
exclude: "examples|thunder/tests/test_interpreter.py|thunder/tests/test_jit_general.py"
3334

3435
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)