Skip to content

Commit 3707c16

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/sirosen/texthooks: 0.6.8 → 0.7.1](sirosen/texthooks@0.6.8...0.7.1) - [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/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0)
1 parent 7e7d50b commit 3707c16

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
@@ -11,15 +11,15 @@ repos:
1111
- id: check-useless-excludes
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v5.0.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: trailing-whitespace
1717
- id: end-of-file-fixer
1818
- id: check-yaml
1919
- id: check-added-large-files
2020

2121
- repo: https://github.com/sirosen/texthooks
22-
rev: 0.6.8
22+
rev: 0.7.1
2323
hooks:
2424
- id: alphabetize-codeowners
2525

@@ -31,12 +31,12 @@ repos:
3131
args: [--py39-plus]
3232

3333
- repo: https://github.com/psf/black-pre-commit-mirror
34-
rev: 25.1.0
34+
rev: 25.9.0
3535
hooks:
3636
- id: black
3737

3838
- repo: https://github.com/PyCQA/isort
39-
rev: 6.0.1
39+
rev: 6.1.0
4040
hooks:
4141
- id: isort
4242

0 commit comments

Comments
 (0)