Skip to content

Commit 4a7f3df

Browse files
build(deps): update ruff requirement from <0.6 to <0.8
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/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.0.18...0.7.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d418d96 commit 4a7f3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dev = [
5454
"pre-commit",
5555
# Ruff is using minor versions for breaking changes until their 1.0 release.
5656
# See https://docs.astral.sh/ruff/versioning/
57-
"ruff < 0.6", # keep in rough sync with pre-commit-config.yaml
57+
"ruff < 0.8", # keep in rough sync with pre-commit-config.yaml
5858
]
5959

6060
[project.urls]

0 commit comments

Comments
 (0)