Skip to content

Commit e91adb4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.22 → v0.16.3](astral-sh/ruff-pre-commit@v0.15.22...v0.16.3) - [github.com/pycqa/isort: 9.0.0b1 → 9.0.0b5](PyCQA/isort@9.0.0b1...9.0.0b5)
1 parent 44b3c91 commit e91adb4

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.15.22
3+
rev: v0.16.3
44
hooks:
55
- id: ruff
66
args: [--fix, --exit-non-zero-on-fix]
@@ -23,7 +23,7 @@ repos:
2323
- id: requirements-txt-fixer
2424

2525
- repo: https://github.com/pycqa/isort
26-
rev: 9.0.0b1
26+
rev: 9.0.0b5
2727
hooks:
2828
- id: isort
2929
name: isort (python)

0 commit comments

Comments
 (0)