Skip to content

Commit 0f73135

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.10b0 → 24.8.0](psf/black@21.10b0...24.8.0) - [github.com/pycqa/isort: 5.10.0 → 5.13.2](PyCQA/isort@5.10.0...5.13.2) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.6.0](pre-commit/pre-commit-hooks@v4.0.1...v4.6.0)
1 parent dacf2fd commit 0f73135

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: 24.8.0
55
hooks:
66
- id: black
77

88
- repo: https://github.com/pycqa/isort
9-
rev: 5.10.0
9+
rev: 5.13.2
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: v4.6.0
1616
hooks:
1717
- id: trailing-whitespace
1818
- id: end-of-file-fixer

0 commit comments

Comments
 (0)