Skip to content

Commit aca45b7

Browse files
Update ruff requirement from >=0.11.12 to >=0.15.10 (#216)
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@0.11.12...0.15.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c5e2d0 commit aca45b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ typing = [
5959
]
6060
formatting = [
6161
"docformatter>=1.7.7",
62-
"ruff>=0.11.12",
62+
"ruff>=0.15.10",
6363
]
6464
tests = [
6565
"pytest>=8.3.5",

0 commit comments

Comments
 (0)