Skip to content

Commit 45bbd4a

Browse files
Bump ruff from 0.13.1 to 0.15.10
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.13.1 to 0.15.10. - [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.13.1...0.15.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e4d76a2 commit 45bbd4a

2 files changed

Lines changed: 1440 additions & 1473 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ optional-dependencies = { compat = ["six>=1.17.0"] }
3636
build = ["build>=1.1.1", "twine>=4.0.2"]
3737
# Can't pin `sphinx` otherwise installation fails on python>=3.7
3838
docs = ["sphinx", "jinja2>=3.1.6"]
39-
lint = ["mypy>=1.4.1", "ruff>=0.13.1"]
39+
lint = ["mypy>=1.4.1", "ruff>=0.15.10"]
4040
test = ["pytest>=7.4.4", "pytest-cov>=4.1.0"]
4141
release = [{ include-group = "build" }, { include-group = "docs" }]
4242
dev = [

0 commit comments

Comments
 (0)