target-version = "py312" line-length = 100 [lint] select = ["E", "W", "F", "I", "N", "B", "UP", "S", "C90", "RUF"] ignore = ["S101", "S311"] [lint.per-file-ignores] "tests/**" = ["S", "B"] [format] quote-style = "double"