This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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) | |
# ] | |