Browse Source

chore: Enable black fast flag

pull/10109/head
dolfies 5 months ago
parent
commit
9f71cedd62
  1. 1
      pyproject.toml

1
pyproject.toml

@ -5,6 +5,7 @@ build-backend = "setuptools.build_meta"
[tool.black] [tool.black]
line-length = 125 line-length = 125
skip-string-normalization = true skip-string-normalization = true
fast = true
[tool.coverage.run] [tool.coverage.run]
omit = [ omit = [

Loading…
Cancel
Save