Skip to content

Commit bfe0fbf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.1](astral-sh/ruff-pre-commit@v0.14.14...v0.15.1)
1 parent d3246cb commit bfe0fbf

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
@@ -59,7 +59,7 @@ repos:
5959
- id: isort
6060
args: ["--profile", "black", "--filter-files", "--combine-as", "honor--noqa"]
6161

62-
- repo: https://github.com/psf/black
62+
- repo: https://github.com/psf/black-pre-commit-mirror
6363
rev: 26.1.0
6464
hooks:
6565
- id: black
@@ -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.1'
130130
hooks:
131131
- id: ruff
132132
exclude: "tests"

0 commit comments

Comments
 (0)