Skip to content

Commit

Permalink
chore: auto update by pre-commit hooks (#47)
Browse files Browse the repository at this point in the history
* chore: auto update by pre-commit hooks

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.4](astral-sh/ruff-pre-commit@v0.2.2...v0.3.4)

* style: auto fix by pre-commit hooks

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Apr 2, 2024
1 parent 5f39066 commit 5e732b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ci:
autoupdate_commit_msg: "chore: auto update by pre-commit hooks"
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
rev: v0.3.4
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
创建时间: 2023-10-12 15:32:47.496268
"""

from __future__ import annotations

import math
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
创建时间: 2023-10-09 21:18:49.711008
"""

from __future__ import annotations

from collections.abc import Sequence
Expand Down

0 comments on commit 5e732b6

Please sign in to comment.