diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 756f0c7e22..7980e18c1f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: exclude: ^source/3rdparty - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.12.12 + rev: v0.13.0 hooks: - id: ruff args: ["--fix"] diff --git a/pyproject.toml b/pyproject.toml index 3d0b7f1b9d..cb11d0258d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -379,6 +379,7 @@ ignore = [ "ANN401", # Allow Any due to too many violations "E501", # line too long "F841", # local variable is assigned to but never used + "RUF059", # unused-unpacked-variable "E741", # ambiguous variable name "E402", # module level import not at top of file "D100", # TODO: missing docstring in public module