line-length = 100 target-version = "py310" [lint] select = ["E", "F", "W", "I", "UP", "B", "SIM", "NPY", "RUF"] ignore = ["E501"] [lint.isort] known-first-party = ["producer"] [format] quote-style = "double"