diff options
| author | 2025-10-30 21:16:59 +0000 | |
|---|---|---|
| committer | 2025-11-10 18:41:30 +0000 | |
| commit | 3aeed815b80a5a050ec13669eeb1855759f2e64e (patch) | |
| tree | e6782cff0f406bdcc3f5c02a02d1b57f56d39158 | |
| parent | Update RemoteObject in branding manager to use inspect.get_annotations (diff) | |
Remove explicit ruff version targeting
| -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" |