Skip to content

Commit 419d412

Browse files
build(deps-dev): bump ruff from 0.14.1 to 0.14.2 (#364)
* build(deps): bump ruff from 0.14.1 to 0.14.2 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.1 to 0.14.2. - [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.1...0.14.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * style(precommit): bump ruff * chore(gitignore): add uv.lock --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: F-G Fernandez <[email protected]>
1 parent d19137f commit 419d412

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,4 @@ torchcam/version.py
133133

134134
# Conda distribution
135135
conda-dist/
136+
uv.lock

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- id: conventional-pre-commit
2828
stages: [commit-msg]
2929
- repo: https://github.com/charliermarsh/ruff-pre-commit
30-
rev: 'v0.14.1'
30+
rev: 'v0.14.2'
3131
hooks:
3232
- id: ruff
3333
args: ["--fix", "--config", "./pyproject.toml"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ test = [
5454
"pytest-pretty==1.3.0",
5555
]
5656
quality = [
57-
"ruff==0.14.1",
57+
"ruff==0.14.2",
5858
"ty==0.0.1a24",
5959
"types-Pillow",
6060
"pre-commit==4.3.0",

0 commit comments

Comments
 (0)