Skip to content

Commit b22f610

Browse files
chore(deps-dev): bump ruff from 0.14.3 to 0.14.10 (#2629)
* chore(deps-dev): bump ruff from 0.14.3 to 0.14.10 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.3 to 0.14.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.14.3...0.14.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.10 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update `uv.lock` * chore: trigger Python linting workflow when `pyproject.toml` or `uv.lock` changes --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nico Miguelino <nicomiguelino2014@gmail.com>
1 parent ec67066 commit b22f610

File tree

3 files changed

+84
-39
lines changed

3 files changed

+84
-39
lines changed

.github/workflows/python-lint.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ on:
55
branches:
66
- 'master'
77
paths:
8+
- pyproject.toml
9+
- uv.lock
810
- '**/*.py'
911
- '.github/workflows/python-lint.yaml'
1012
pull_request:
1113
branches:
1214
- master
1315
paths:
16+
- pyproject.toml
17+
- uv.lock
1418
- '**/*.py'
1519
- '.github/workflows/python-lint.yaml'
1620

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = []
88

99
[dependency-groups]
1010
dev-host = [
11-
"ruff==0.14.3",
11+
"ruff==0.14.10",
1212
]
1313
docker-image-builder = [
1414
"click==8.1.7",

0 commit comments

Comments
 (0)