nixpkgs-openjdk-updater: ignore new lint failure

This commit is contained in:
FliegendeWurst
2026-07-04 11:02:32 +02:00
parent b7651b5e84
commit a21fe82553
@@ -28,7 +28,7 @@ line-length = 80
[tool.ruff.lint]
select = ["ALL"]
ignore = ["COM812", "D203", "D213", "ISC001", "T201"]
ignore = ["COM812", "D203", "D213", "ISC001", "T201", "S607"]
allowed-confusables = [""]
[tool.ruff.format]