Skip to content

Commit 6be615b

Browse files
pre-commit-ci[bot]njzjz
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (deepmodeling#4976)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.13.0](astral-sh/ruff-pre-commit@v0.12.12...v0.13.0) <!--pre-commit.ci end--> --------- Signed-off-by: Jinzhe Zeng <jinzhe.zeng@ustc.edu.cn> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jinzhe Zeng <jinzhe.zeng@ustc.edu.cn>
1 parent 17eff4c commit 6be615b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
exclude: ^source/3rdparty
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
3131
# Ruff version.
32-
rev: v0.12.12
32+
rev: v0.13.0
3333
hooks:
3434
- id: ruff
3535
args: ["--fix"]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ ignore = [
379379
"ANN401", # Allow Any due to too many violations
380380
"E501", # line too long
381381
"F841", # local variable is assigned to but never used
382+
"RUF059", # unused-unpacked-variable
382383
"E741", # ambiguous variable name
383384
"E402", # module level import not at top of file
384385
"D100", # TODO: missing docstring in public module

0 commit comments

Comments
 (0)