diff --git a/pyproject.toml b/pyproject.toml index 1b985e3..a3a5960 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,5 +116,6 @@ extend-ignore = [ "FBT002", "PLR2004", "PLR0913", - "C901" + "C901", + "ISC003" # conflicts with basedpyright reportImplicitStringConcatenation ]