make ruff happy :)

pull/36490/head
Adeeb Shihadeh 2 weeks ago
parent f0dd0b5c8c
commit 03cb3e9dc0
  1. 1
      pyproject.toml

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

Loading…
Cancel
Save