Revert "ignore"

This reverts commit bd2f0017ff.
This commit is contained in:
Shane Smiskol
2025-03-13 20:50:51 -07:00
parent bd2f0017ff
commit a8bb9cfe41

View File

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