Skip to content

Commit d0570b2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c939562 commit d0570b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ dependencies = [
8484
# NOTE: 👇
8585
# The versions of `black`, `ruff`, `codespell`, must be consistent with the `.pre-commit-config.yaml`.
8686
# Don't edit them manually, use `pre-commit run ver_sync` instead.
87-
"black==25.1.0",
88-
"ruff==0.11.2",
87+
"black==25.9.0",
88+
"ruff==0.13.3",
8989
"codespell==2.4.1",
9090
# Don't write comments on these lines, because they will be removed by `pre-commit run ver_sync`.
9191
# NOTE: 👆

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ruff: noqa: ANN201, ANN001
1+
# ruff: noqa: ANN201
22

33
# pyright: reportMissingParameterType=false
44
# 返回值标注太麻烦,让pyright自己推断

0 commit comments

Comments
 (0)