diff options
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 381842e27..093540e62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,6 @@ source_pkgs = ["bot"] source = ["tests"] [tool.ruff] -target-version = "py313" extend-exclude = [".cache"] line-length = 120 output-format = "concise" |