pull/34811/head
Shane Smiskol 1 month ago
parent c0b6d58236
commit bd2f0017ff
  1. 1
      pyproject.toml

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

Loading…
Cancel
Save