diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index aa09ac8..8cd59ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,6 +48,7 @@ ignore = [ "ISC001", # implicit-string-concatenation, conflicts with ruff format "E501", # line-too-long "RUF100", # unused-noqa + "PLC0415", # import-outside-top-level, needed for circular dep avoidance in tests ] [tool.ruff.lint.isort] |
