Skip to content

Instantly share code, notes, and snippets.

# RUFF DEFAULTS
# (These are all the default groups, even if you don’t currently select them)
# select = [
# "F", # Pyflakes – detects syntax errors and basic mistakes
# "E4", # Pycodestyle errors (part of E group)
# "E7", # Pycodestyle E7xx errors (naming, etc.)
# "E9", # Pycodestyle E9xx errors (syntax)
# ]