diff --git a/pyproject.toml b/pyproject.toml index f7c148f..3e81573 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ exclude_lines = [ "import", "pragma: no cover", ] -fail_under = 97 +fail_under = 93 [tool.isort] line_length = 79