Skip to content

Commit b91488b

Browse files
committed
update ruff to 14.3
1 parent aaad563 commit b91488b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Black formatter pre commit hook
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.13.2
4+
rev: v0.14.3
55
hooks:
66
# Run the linter.
77
- id: ruff-check

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==0.13.2', 'discord.py', 'pyright', 'pre-commit']
75+
dev = ['ruff==0.14.3', 'discord.py', 'pyright', 'pre-commit']
7676
speed = ['orjson']
7777

7878
[project.urls]

0 commit comments

Comments
 (0)