diff options
author | 2023-09-12 20:26:20 +0100 | |
---|---|---|
committer | 2023-09-12 20:26:20 +0100 | |
commit | 15c40d2bcb2de27dc0326d04708995ffa25044c5 (patch) | |
tree | c8e43c3f8f090a89ed7632d9ff934b0ef575d2ba /pyproject.toml | |
parent | Merge pull request #80 from python-discord/isort-config (diff) |
Bump ruff from 0.0.287 to 0.0.288 (#81)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.287 to 0.0.288.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.287...v0.0.288)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 14a3667..2fe9898 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ asyncpg = "0.28.0" [tool.poetry.dev-dependencies] pre-commit = "3.4.0" -ruff = "0.0.287" +ruff = "0.0.288" [tool.poetry.scripts] start = "metricity.__main__:start" |