Skip to content

Commit 0c4b594

Browse files
committed
isort -> 312
1 parent a995f14 commit 0c4b594

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ ignore-words-list = 'spawnve'
1717
[tool.isort]
1818
only_modified = true
1919
profile = "black"
20-
py_version = "313"
20+
# isort is slow to release official support for new python versions
21+
py_version = "312"
2122
quiet = true
2223
skip_gitignore = true
2324
skip_glob = "tests/*_files/*"

0 commit comments

Comments
 (0)