diff options
| author | 2024-03-04 16:28:41 +0000 | |
|---|---|---|
| committer | 2024-03-18 10:32:20 +0000 | |
| commit | 9a497193db7cca2d64cd99251f34b83bec2d9137 (patch) | |
| tree | 9d6cc66facadfc36e82ef7f3ada45bd25b788f59 /pyproject.toml | |
| parent | Drop support for Python 3.10 (diff) | |
Update ruff to target Python 3.11
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  |