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 4927381 commit 131aa43Copy full SHA for 131aa43
pyproject.toml
@@ -1,6 +1,8 @@
1
[tool.black]
2
line-length = 99
3
-target-version = ["py36", "py37", "py38", "py39", "py310", "py311", "py312", "py313"]
+# Older versions of black (like the ones compatible with py3.7)
4
+# don't recognize newer python versions like py312.
5
+target-version = ["py36", "py37", "py38", "py39", "py310"]
6
include = '''
7
\.pyi?$
8
'''
0 commit comments