diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 561b328..1c486da 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.5.0 # Ruff version + rev: v0.5.1 # Ruff version hooks: - id: ruff args: [--fix, --show-fixes]