Skip to content

Commit 9461600

Browse files
⬆️ auto update by pre-commit hooks (#32)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.6...v0.9.4) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9bca7bc commit 9461600

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.8.6
10+
rev: v0.9.4
1111
hooks:
1212
- id: ruff
1313
args: [--fix, --exit-non-zero-on-fix]
1414
stages: [Nonepre-commitNone]
1515

1616
- repo: https://github.com/pycqa/isort
17-
rev: 5.13.2
17+
rev: 6.0.0
1818
hooks:
1919
- id: isort
2020
stages: [Nonepre-commitNone]
2121

2222
- repo: https://github.com/psf/black
23-
rev: 24.10.0
23+
rev: 25.1.0
2424
hooks:
2525
- id: black
2626
stages: [Nonepre-commitNone]

0 commit comments

Comments
 (0)