Skip to content

Commit 5873ad7

Browse files
authored
Merge pull request #235 from python-discord/dependabot/pip/ruff-0.4.8
Bump ruff from 0.3.4 to 0.4.8
2 parents 8403de0 + 2a6a053 commit 5873ad7

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

poetry.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pytest-cov = "5.0.0"
4747
pytest-xdist = "3.6.1"
4848

4949
[tool.poetry.group.lint.dependencies]
50-
ruff = "0.3.4"
50+
ruff = "0.4.8"
5151
pre-commit = "3.7.1"
5252

5353
[tool.poetry.group.doc.dependencies]
@@ -102,7 +102,7 @@ ignore = [
102102
"PLR",
103103
"PT009",
104104
"RET504",
105-
"RUF005",
105+
"RUF005", "RUF029",
106106
"S311", "S404",
107107
"SIM102", "SIM108",
108108
"TRY003",

0 commit comments

Comments
 (0)