line-length = 79 target-version = "py38" [lint] # enable the following rule classes: # # C4: https://docs.astral.sh/ruff/rules/#flake8-comprehensions-c4 # UP: https://docs.astral.sh/ruff/rules/#pyupgrade-up select = ["C4", "UP"] [format] quote-style = "preserve" docstring-code-format = true docstring-code-line-length = "dynamic" skip-magic-trailing-comma = true