Skip to content

Commit

Permalink
Merge pull request #235 from python-discord/dependabot/pip/ruff-0.4.8
Browse files Browse the repository at this point in the history
Bump ruff from 0.3.4 to 0.4.8
  • Loading branch information
wookie184 authored Jun 19, 2024
2 parents 8403de0 + 2a6a053 commit 5873ad7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pytest-cov = "5.0.0"
pytest-xdist = "3.6.1"

[tool.poetry.group.lint.dependencies]
ruff = "0.3.4"
ruff = "0.4.8"
pre-commit = "3.7.1"

[tool.poetry.group.doc.dependencies]
Expand Down Expand Up @@ -102,7 +102,7 @@ ignore = [
"PLR",
"PT009",
"RET504",
"RUF005",
"RUF005", "RUF029",
"S311", "S404",
"SIM102", "SIM108",
"TRY003",
Expand Down

0 comments on commit 5873ad7

Please sign in to comment.