Skip to content

Commit ce310a9

Browse files
🎈 pre-commit autoupdate hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.8 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.8...v0.13.3) - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0)
1 parent 7a5bcb4 commit ce310a9

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
@@ -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.13.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: 6.1.0
3838
hooks:
3939
- id: isort
4040
args: ["--profile", "black", "--line-length", "120"]

0 commit comments

Comments
 (0)