Skip to content

Commit b2f621e

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ 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.12.11
10+
rev: v0.13.3
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: 6.0.1
17+
rev: 6.1.0
1818
hooks:
1919
- id: isort
2020
stages: [pre-commit]
2121

22-
- repo: https://github.com/psf/black
23-
rev: 25.1.0
22+
- repo: https://github.com/psf/black-pre-commit-mirror
23+
rev: 25.9.0
2424
hooks:
2525
- id: black
2626
stages: [pre-commit]

0 commit comments

Comments
 (0)