Skip to content

Commit 882d1f3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.3.1](psf/black-pre-commit-mirror@25.1.0...26.3.1) - [github.com/pycqa/isort: 6.0.1 → 8.0.1](PyCQA/isort@6.0.1...8.0.1)
1 parent 85c25b7 commit 882d1f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: ".venv|tests/dev/|tests/fixtures/"
22
fail_fast: false
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-added-large-files
88
args: ["--maxkb=500"]
@@ -19,18 +19,18 @@ repos:
1919
args: [--markdown-linebreak-ext=md]
2020

2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.20.0
22+
rev: v3.21.2
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py39-plus]
2626

27-
- repo: https://github.com/psf/black
28-
rev: 25.1.0
27+
- repo: https://github.com/psf/black-pre-commit-mirror
28+
rev: 26.3.1
2929
hooks:
3030
- id: black
3131

3232
- repo: https://github.com/pycqa/isort
33-
rev: 6.0.1
33+
rev: 8.0.1
3434
hooks:
3535
- id: isort
3636
args: ["--profile", "black", "--filter-files"]

0 commit comments

Comments
 (0)