pyproject.toml 228 B

123456789
  1. [tool.ruff]
  2. line-length = 120
  3. [tool.codespell]
  4. dictionary = ["_tools/codespell-dict.txt", "-"]
  5. ignore-words = "_tools/codespell-ignore.txt"
  6. exclude-file = "_tools/codespell-ignore-lines.txt"
  7. skip = "tutorials/i18n/locales.rst"