Skip to content

Commit 8d16323

Browse files
🎈 pre-commit autoupdate hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.8 → v0.14.3](astral-sh/ruff-pre-commit@v0.12.8...v0.14.3) - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0)
1 parent 9eab753 commit 8d16323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ repos:
2727
args: ["--fix=lf"]
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.12.8
30+
rev: v0.14.3
3131
hooks:
3232
- id: ruff
3333
args: [--fix]
3434
- id: ruff-format
3535

3636
- repo: https://github.com/pycqa/isort
37-
rev: 6.0.1
37+
rev: 7.0.0
3838
hooks:
3939
- id: isort
4040
args: ["--profile", "black", "--line-length", "120"]

0 commit comments

Comments
 (0)