Skip to content

Commit 86e9f3e

Browse files
committed
fix ruff version in dev requirements
1 parent fe9752d commit 86e9f3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ docs = [
7272
'furo',
7373
'sphinx-copybutton',
7474
]
75-
dev = ['ruff==v0.13.2', 'discord.py', 'pyright', 'pre-commit']
75+
dev = ['ruff==0.13.2', 'discord.py', 'pyright', 'pre-commit']
7676
speed = ['orjson']
7777

7878
[project.urls]

0 commit comments

Comments
 (0)