Skip to content

Commit 2cf5a2e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.10b0 → 25.9.0](psf/black@21.10b0...25.9.0) - [github.com/pycqa/isort: 5.10.0 → 6.0.1](PyCQA/isort@5.10.0...6.0.1) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v6.0.0](pre-commit/pre-commit-hooks@v4.0.1...v6.0.0)
1 parent dacf2fd commit 2cf5a2e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22

33
- repo: https://github.com/psf/black
4-
rev: 21.10b0
4+
rev: 25.9.0
55
hooks:
66
- id: black
77

88
- repo: https://github.com/pycqa/isort
9-
rev: 5.10.0
9+
rev: 6.0.1
1010
hooks:
1111
- id: isort
1212
name: isort
1313

1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.0.1
15+
rev: v6.0.0
1616
hooks:
1717
- id: trailing-whitespace
1818
- id: end-of-file-fixer

0 commit comments

Comments
 (0)