Skip to content

Commit 2071241

Browse files
pre-commit-ci[bot]lemon24
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent 12d936d commit 2071241

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exclude: ^src/reader/_vendor/.*$
33
repos:
44

55
- repo: https://github.com/pycqa/isort
6-
rev: 6.0.1
6+
rev: 6.1.0
77
hooks:
88
- id: isort
99

@@ -13,8 +13,8 @@ repos:
1313
- id: pyupgrade
1414
args: ["--py311-plus"]
1515

16-
- repo: https://github.com/psf/black
17-
rev: 25.1.0
16+
- repo: https://github.com/psf/black-pre-commit-mirror
17+
rev: 25.9.0
1818
hooks:
1919
- id: black
2020
args: ["-S"]
@@ -26,7 +26,7 @@ repos:
2626
additional_dependencies: [flake8-bugbear]
2727

2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v5.0.0
29+
rev: v6.0.0
3030
hooks:
3131
- id: check-byte-order-marker
3232
- id: trailing-whitespace

0 commit comments

Comments
 (0)