Skip to content

Commit f667bad

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.3.0](psf/black-pre-commit-mirror@26.1.0...26.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.5](astral-sh/ruff-pre-commit@v0.14.14...v0.15.5)
1 parent d3246cb commit f667bad

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ repos:
5454
# files: ^(src/|tests/)
5555

5656
- repo: https://github.com/PyCQA/isort
57-
rev: 7.0.0
57+
rev: 8.0.1
5858
hooks:
5959
- id: isort
6060
args: ["--profile", "black", "--filter-files", "--combine-as", "honor--noqa"]
6161

62-
- repo: https://github.com/psf/black
63-
rev: 26.1.0
62+
- repo: https://github.com/psf/black-pre-commit-mirror
63+
rev: 26.3.0
6464
hooks:
6565
- id: black
6666
language_version: python3.10
@@ -126,7 +126,7 @@ repos:
126126
# C901 function is too complex # for iter_at_depth
127127
# PLR0912 too many branches # for iter_at_depth
128128
#
129-
rev: 'v0.14.14'
129+
rev: 'v0.15.5'
130130
hooks:
131131
- id: ruff
132132
exclude: "tests"

0 commit comments

Comments
 (0)