Skip to content

Commit e50ec8c

Browse files
⬆️ auto update by pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.15.12](astral-sh/ruff-pre-commit@v0.12.7...v0.15.12) - [github.com/pycqa/isort: 6.0.1 → 9.0.0a3](PyCQA/isort@6.0.1...9.0.0a3)
1 parent 95b2f83 commit e50ec8c

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,7 +7,7 @@ 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.7
10+
rev: v0.15.12
1111
hooks:
1212
- id: ruff-check
1313
args: [--fix, --exit-non-zero-on-fix]
@@ -16,7 +16,7 @@ repos:
1616
stages: [pre-commit]
1717

1818
- repo: https://github.com/pycqa/isort
19-
rev: 6.0.1
19+
rev: 9.0.0a3
2020
hooks:
2121
- id: isort
2222
stages: [pre-commit]

0 commit comments

Comments
 (0)