This commit is contained in:
Shane Smiskol
2025-03-13 20:49:55 -07:00
parent c0b6d58236
commit bd2f0017ff

View File

@@ -232,6 +232,7 @@ lint.ignore = [
"B024",
"NPY002", # new numpy random syntax is worse
"UP038", # (x, y) -> x|y for isinstance
"C420",
]
line-length = 160
target-version ="py311"