Skip to content

Commit d3bd82b

Browse files
feat(deps): update dependency charliermarsh/ruff-pre-commit ( v0.11.13 → v0.12.1 ) (#184)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b4891fa commit d3bd82b

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
@@ -143,7 +143,7 @@ repos:
143143
stages: [pre-commit]
144144
# renovate: datasource=github-tags depName=charliermarsh/ruff-pre-commit
145145
- repo: https://github.com/charliermarsh/ruff-pre-commit
146-
rev: "v0.11.13"
146+
rev: "v0.12.1"
147147
hooks:
148148
- id: ruff
149149
name: Lint and Format with Ruff

template/.pre-commit-config.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ repos:
149149
{%- endif %}{% if python %}
150150
# renovate: datasource=github-tags depName=charliermarsh/ruff-pre-commit
151151
- repo: https://github.com/charliermarsh/ruff-pre-commit
152-
rev: "v0.11.13"
152+
rev: "v0.12.1"
153153
hooks:
154154
- id: ruff
155155
name: Lint and Format with Ruff

0 commit comments

Comments
 (0)