Skip to content

Commit 12ca7f0

Browse files
committed
Fix pypoject.toml
1 parent 11565b0 commit 12ca7f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,9 @@ artifacts = ["discord/bin/*.dll"]
9999

100100
[tool.black]
101101
target-version = ['py310', 'py311', 'py312', 'py313']
102-
target-version = ['py310', 'py311', 'py312', 'py313']
103102

104103
[tool.ruff]
105-
target-version = "py39"
104+
target-version = "py310"
106105
line-length = 120
107106
indent-width = 4
108107

0 commit comments

Comments
 (0)