diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 70e1250..8a3b9a8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,7 +47,7 @@ repos: # Strong lint from ruff - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.2 + rev: v0.8.5 hooks: - id: ruff args: [--fix, --show-fixes] diff --git a/template/.pre-commit-config.yaml.jinja b/template/.pre-commit-config.yaml.jinja index 2073b45..d752b54 100644 --- a/template/.pre-commit-config.yaml.jinja +++ b/template/.pre-commit-config.yaml.jinja @@ -47,7 +47,7 @@ repos: # Strong lint from ruff - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.2 + rev: v0.8.5 hooks: - id: ruff args: [--fix, --show-fixes]