Skip to content

Commit eeec2c3

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

2 files changed

Lines changed: 88 additions & 87 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ lint = [
7878
"pylint~=4.0.5",
7979
"pylint-pytest==2.0.0a1",
8080
"databricks-labs-pylint~=0.4.0",
81-
"ruff~=0.3.4",
81+
"ruff>=0.3.4,<0.16.0",
8282
]
8383
test = [
8484
"coverage[toml]~=7.13.4",

0 commit comments

Comments
 (0)