Bump the required version of ruff to 0.12.1 (#149571)

This commit is contained in:
Joost Lekkerkerker 2025-07-28 16:32:56 +02:00 committed by GitHub
parent e8b8d31027
commit 5ef17c8588
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -647,7 +647,7 @@ exclude_lines = [
] ]
[tool.ruff] [tool.ruff]
required-version = ">=0.11.0" required-version = ">=0.12.1"
[tool.ruff.lint] [tool.ruff.lint]
select = [ select = [