Skip to content

Commit c9ec218

Browse files
⬆️ auto update by pre-commit hooks (#29)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 809259d commit c9ec218

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ ci:
77
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.14.14
10+
rev: v0.15.4
1111
hooks:
1212
- id: ruff
1313
args: [--fix, --exit-non-zero-on-fix]
1414
stages: [pre-commit]
1515

1616
- repo: https://github.com/pycqa/isort
17-
rev: 7.0.0
17+
rev: 8.0.1
1818
hooks:
1919
- id: isort
2020
stages: [pre-commit]

0 commit comments

Comments
 (0)