Skip to content

Commit ff0dc81

Browse files
remove python version from ruff
1 parent 761559c commit ff0dc81

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pyproject.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -193,18 +193,6 @@ extend-include = ["*.pyi?"]
193193
indent-width = 4
194194
# Same as Black.
195195
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]]]
208196

209197
[tool.ruff.format]
210198
# Like Black, indent with spaces, rather than tabs.

0 commit comments

Comments
 (0)