diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 23f70e2d..812de4aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ source_pkgs = ["pydis_core"]  source = ["tests"]  [tool.ruff] -target-version = "py310" +target-version = "py311"  extend-exclude = [".cache"]  output-format = "concise"  line-length = 120  |