130 max lines

This commit is contained in:
magmueller
2025-01-19 17:19:54 -08:00
parent 242350ded3
commit 846bd61cd9

View File

@@ -4,7 +4,7 @@ repos:
hooks:
- id: ruff
args: [
--line-length=100,
--line-length=130,
--select=E,F,I,
--fix,
]