Skip to content

Commit b305257

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) - [github.com/PyCQA/isort: 6.0.1 → 9.0.0a3](PyCQA/isort@6.0.1...9.0.0a3) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.5.1](psf/black-pre-commit-mirror@25.1.0...26.5.1)
1 parent 1834420 commit b305257

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@ ci:
77
# pre-commit install
88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: end-of-file-fixer
1313
- id: mixed-line-ending
1414
- id: trailing-whitespace
1515
- id: check-json
1616

1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.20.0
18+
rev: v3.21.2
1919
hooks:
2020
- id: pyupgrade
2121
args: ["--py37-plus"]
2222

2323
- repo: https://github.com/PyCQA/isort
24-
rev: 6.0.1
24+
rev: 9.0.0a3
2525
hooks:
2626
- id: isort
2727

28-
- repo: https://github.com/psf/black
29-
rev: 25.1.0
28+
- repo: https://github.com/psf/black-pre-commit-mirror
29+
rev: 26.5.1
3030
hooks:
3131
- id: black
3232

0 commit comments

Comments
 (0)