Skip to content

Instantly share code, notes, and snippets.

@mebiusbox
Created August 30, 2024 22:59
Show Gist options
  • Save mebiusbox/ba62eb6bfb3257f88927cf3ec4a3cd4d to your computer and use it in GitHub Desktop.
Save mebiusbox/ba62eb6bfb3257f88927cf3ec4a3cd4d to your computer and use it in GitHub Desktop.
ruff
line-length = 119
indent-width = 4
target-version = "py310"
extend-include = ["*.ipynb"]
exclude = [
".git",
".venv",
"venv",
"build",
"dist",
"node_modules",
"__pycache__"
]
[lint]
fixable = ["ALL"]
unfixable = []
[format]
quote-style = "double"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment