diff options
| author | 2023-05-02 19:40:31 +0100 | |
|---|---|---|
| committer | 2023-05-02 19:40:31 +0100 | |
| commit | d5394e9c93ee34c8d166015004a9c80cb311b339 (patch) | |
| tree | ced7be6895b05abb1b35198f2f9d2c77f10a57b0 /pyproject.toml | |
| parent | Merge pull request #54 from python-discord/migrate-to-ruff (diff) | |
build(deps-dev): bump ruff from 0.0.263 to 0.0.264 (#56)
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.263 to 0.0.264.
- [Release notes](https://github.com/charliermarsh/ruff/releases)
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.263...v0.0.264)
---
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 794755d..963545e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ jishaku = "2.5.1" black = "23.3.0" isort = "5.12.0" taskipy = "1.10.4" -ruff = "0.0.263" +ruff = "0.0.264" [tool.taskipy.tasks] |