Skip to content

Commit

Permalink
Bump ruff from 0.2.0 to 0.2.1 (#1449)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 14, 2024
1 parent c68ec41 commit 210fe4d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion bot/exts/holidays/halloween/spookynamerate.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"If you got it, haunt it.",
"TIME TO GET YOUR SPOOKY ON! :skull:",
]
PING = "<@{id}>"
PING = "<@{id}>" # noqa: RUF027

EMOJI_MESSAGE = "\n".join(f"- {emoji} {val}" for emoji, val in EMOJIS_VAL.items())
HELP_MESSAGE_DICT = {
Expand Down
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.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pydantic-settings = "2.1.0"
pip-licenses = "4.3.4"
pre-commit = "3.6.1"
python-dotenv = "1.0.1"
ruff = "0.2.0"
ruff = "0.2.1"
taskipy = "1.12.2"

[tool.taskipy.tasks]
Expand Down

0 comments on commit 210fe4d

Please sign in to comment.