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 761559c commit ff0dc81Copy full SHA for ff0dc81
pyproject.toml
@@ -193,18 +193,6 @@ extend-include = ["*.pyi?"]
193
indent-width = 4
194
# Same as Black.
195
line-length = 88
196
-# [[[cog
197
-# import subprocess
198
-# import cog
199
-#
200
-# from noxfile import PY_DEFAULT
201
202
-# cog.outl(f"# Assume Python >{PY_DEFAULT}")
203
-# cog.outl(f'target-version = "py{PY_DEFAULT.replace(".", "")}"')
204
-# ]]] -->
205
-# Assume Python >3.10
206
-target-version = "py310"
207
-# [[[end]]]
208
209
[tool.ruff.format]
210
# Like Black, indent with spaces, rather than tabs.
0 commit comments