Skip to content

Commit 30f6e61

Browse files
fix(deps): update dependency charliermarsh/ruff-pre-commit ( v0.13.0 → v0.13.1 ) (#216)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7405a3a commit 30f6e61

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
@@ -144,7 +144,7 @@ repos:
144144
stages: [pre-commit]
145145
# renovate: datasource=github-tags depName=charliermarsh/ruff-pre-commit
146146
- repo: https://github.com/charliermarsh/ruff-pre-commit
147-
rev: "v0.13.0"
147+
rev: "v0.13.1"
148148
hooks:
149149
- id: ruff
150150
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
@@ -150,7 +150,7 @@ repos:
150150
{%- endif %}{% if python %}
151151
# renovate: datasource=github-tags depName=charliermarsh/ruff-pre-commit
152152
- repo: https://github.com/charliermarsh/ruff-pre-commit
153-
rev: "v0.13.0"
153+
rev: "v0.13.1"
154154
hooks:
155155
- id: ruff
156156
name: Lint and Format with Ruff

0 commit comments

Comments
 (0)