Skip to content

Commit 05badd1

Browse files
Add start and end versions
1 parent 739631a commit 05badd1

File tree

1 file changed

+2
-1
lines changed
  • src/python/pants/backend/experimental/python/lint/ruff

1 file changed

+2
-1
lines changed

src/python/pants/backend/experimental/python/lint/ruff/register.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212

1313
def rules():
1414
warn_or_error(
15-
"2.22.0",
15+
"2.22.0.dev0",
1616
"using the `pants.backend.experimental.python.lint.ruff` backend",
1717
hint="Use `pants.backend.experimental.python.lint.ruff.check` instead.",
18+
start_version="2.20.0",
1819
)
1920
return ruff_check_rules.rules()

0 commit comments

Comments
 (0)