Skip to content

Commit 3e67ee0

Browse files
authored
Update ruff.toml
1 parent fe848e8 commit 3e67ee0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ exclude = [
3232
line-length = 120
3333
indent-width = 4
3434

35-
# Assume Python 3.9
36-
target-version = "py39"
35+
# Assume Python 3.10
36+
target-version = "py310"
3737

3838
[lint]
3939
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.

0 commit comments

Comments
 (0)