Skip to content

Commit 3385178

Browse files
build(deps-dev): bump ruff from 0.12.2 to 0.12.3 (#8)
* build(deps): bump ruff from 0.12.2 to 0.12.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12.2 to 0.12.3. - [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.12.2...0.12.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump ruff --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: F-G Fernandez <26927750+frgfm@users.noreply.github.com>
1 parent 9f621af commit 3385178

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: conventional-pre-commit
2424
stages: [commit-msg]
2525
- repo: https://github.com/charliermarsh/ruff-pre-commit
26-
rev: 'v0.12.2'
26+
rev: 'v0.12.3'
2727
hooks:
2828
- id: ruff
2929
args: ["--fix", "--config", "./pyproject.toml"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ classifiers = [
5151

5252
[project.optional-dependencies]
5353
quality = [
54-
"ruff==0.12.2",
54+
"ruff==0.12.3",
5555
"ty==0.0.1a14",
5656
"pre-commit==4.2.0",
5757
]

uv.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)