Skip to content

Instantly share code, notes, and snippets.

@birkin
Created September 3, 2025 16:48
Show Gist options
  • Select an option

  • Save birkin/99a35259867d4b9e0346c4568910af0d to your computer and use it in GitHub Desktop.

Select an option

Save birkin/99a35259867d4b9e0346c4568910af0d to your computer and use it in GitHub Desktop.
ruff.toml template
## settings ##
line-length = 125
indent-width = 4
target-version = "py38"
[format]
docstring-code-format = false
indent-style = "space"
line-ending = "auto"
quote-style = "single"
[lint.flake8-quotes]
avoid-escape = true
[lint.isort]
case-sensitive = true
[lint.pycodestyle]
max-line-length = 125
[lint.pydocstyle]
convention = "google"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment