diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 58484f5..382c328 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -143,7 +143,7 @@ repos: stages: [pre-commit] # renovate: datasource=github-tags depName=astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.1" + rev: "v0.15.2" hooks: - id: ruff-check name: Lint with Ruff diff --git a/template/.pre-commit-config.yaml.jinja b/template/.pre-commit-config.yaml.jinja index e28d649..10e101c 100644 --- a/template/.pre-commit-config.yaml.jinja +++ b/template/.pre-commit-config.yaml.jinja @@ -149,7 +149,7 @@ repos: {%- endif %}{% if python %} # renovate: datasource=github-tags depName=astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.1" + rev: "v0.15.2" hooks: - id: ruff-check name: Lint with Ruff