Skip to content

Commit 72cc926

Browse files
[pre-commit.ci] pre-commit autoupdate (#60)
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) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.12.0](psf/black-pre-commit-mirror@25.1.0...25.12.0) - [github.com/asottile/reorder-python-imports: v3.15.0 → v3.16.0](asottile/reorder-python-imports@v3.15.0...v3.16.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0ed79a7 commit 72cc926

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
# See https://pre-commit.com/hooks.html for more hooks
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: check-yaml
1010
- id: check-added-large-files
1111
- id: end-of-file-fixer
1212

13-
- repo: https://github.com/psf/black
13+
- repo: https://github.com/psf/black-pre-commit-mirror
1414

15-
rev: 25.1.0
15+
rev: 25.12.0
1616
hooks:
1717
- id: black
1818

@@ -22,7 +22,7 @@ repos:
2222
- id: flynt
2323

2424
- repo: https://github.com/asottile/reorder-python-imports
25-
rev: v3.15.0
25+
rev: v3.16.0
2626
hooks:
2727
- id: reorder-python-imports
2828

0 commit comments

Comments
 (0)