We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a995f14 commit 0c4b594Copy full SHA for 0c4b594
pyproject.toml
@@ -17,7 +17,8 @@ ignore-words-list = 'spawnve'
17
[tool.isort]
18
only_modified = true
19
profile = "black"
20
-py_version = "313"
+# isort is slow to release official support for new python versions
21
+py_version = "312"
22
quiet = true
23
skip_gitignore = true
24
skip_glob = "tests/*_files/*"
0 commit comments