Skip to content

Commit 9327105

Browse files
chore(deps-dev): bump ruff from 0.15.5 to 0.15.6 in the ruff group (#1250)
Bumps the ruff group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.15.5 to 0.15.6 - [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.15.5...0.15.6) chore(deps): bump https://github.com/astral-sh/ruff-pre-commit Bumps the ruff group with 1 update: [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit). Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.5 to 0.15.6 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](astral-sh/ruff-pre-commit@v0.15.5...v0.15.6) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruff - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.6 dependency-type: direct:production dependency-group: ruff ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
1 parent da23b86 commit 9327105

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
- id: prettier
4242
args: ["--tab-width", "2"]
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.15.5
44+
rev: v0.15.6
4545
hooks:
4646
- id: ruff-check
4747
args: [--fix, --exit-non-zero-on-fix]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dev = [
5858
"pytest-asyncio==1.3.0",
5959
"pytest-cov==7.0.0",
6060
"python-semantic-release>=10,<11",
61-
"ruff==0.15.5",
61+
"ruff==0.15.6",
6262
"sybil[pytest]==9.3.0",
6363
"types-xmltodict==1.0.1.20260113",
6464
]

0 commit comments

Comments
 (0)