diff --git a/pyproject.toml b/pyproject.toml index 541902e4a..88fe983c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ select = [ "RUF", # ruff rules "T10", # flake8-debugger "TCH", # flake8-type-checking + "UP032", # f-string "W", # warnings (mostly whitespace) "YTT", # flake8-2020 ]