diff options
author | 2024-02-19 21:04:47 +0000 | |
---|---|---|
committer | 2024-02-19 21:04:47 +0000 | |
commit | cefd09133c55835c854ccb44e8e845a3dfc2f482 (patch) | |
tree | 9d4f02446b1c2f012b39cec84259b7fc6796fb08 /pyproject.toml | |
parent | document the instance attributes of BotBase (diff) |
Bump ruff to 0.2.2
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8964962a..4b6420a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pytest-cov = "4.1.0" pytest-xdist = "3.5.0" [tool.poetry.group.lint.dependencies] -ruff = "0.1.15" +ruff = "0.2.2" pre-commit = "3.6.0" typing-extensions = "4.9.0" |