diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ca226bd..4bcd7b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: args: [-w, -L, "THIRDPARTY"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.2 # Ruff version + rev: v0.6.7 # Ruff version hooks: - id: ruff args: [--fix, --show-fixes]