Skip to content

Commit eaddf37

Browse files
build: bump Python version
1 parent c26d4f6 commit eaddf37

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11
1+
3.13

ruff.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
target-version = "py311"
1+
target-version = "py313"
22

33
line-length = 88
44

5+
extend-exclude = ["firmware"]
6+
57
[lint]
68
select = ["ALL"]
79
ignore = [

0 commit comments

Comments
 (0)