Skip to content

Commit 918e3d2

Browse files
build(deps-dev): update ruff requirement from <0.0.285 to <0.0.286 (#663)
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](astral-sh/ruff@v0.0.18...v0.0.285) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f13b907 commit 918e3d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ lint = [
4747
"black>=22.3.0",
4848
# NOTE(ww): ruff is under active development, so we pin conservatively here
4949
# and let Dependabot periodically perform this update.
50-
"ruff < 0.0.285",
50+
"ruff < 0.0.286",
5151
"interrogate",
5252
"isort",
5353
"mypy",

0 commit comments

Comments
 (0)