Skip to content

Commit 62e11e5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.11.0 → 26.3.0](psf/black-pre-commit-mirror@23.11.0...26.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/pycqa/isort: 5.12.0 → 8.0.1](PyCQA/isort@5.12.0...8.0.1)
1 parent f3feae7 commit 62e11e5

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
@@ -1,12 +1,12 @@
11
exclude: .+/migrations/.+\.py
22
repos:
3-
- repo: https://github.com/psf/black
4-
rev: 23.11.0
3+
- repo: https://github.com/psf/black-pre-commit-mirror
4+
rev: 26.3.0
55
hooks:
66
- id: black
77

88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.5.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: check-yaml
1212
- id: trailing-whitespace
@@ -15,7 +15,7 @@ repos:
1515
- id: requirements-txt-fixer
1616

1717
- repo: https://github.com/pycqa/isort
18-
rev: 5.12.0
18+
rev: 8.0.1
1919
hooks:
2020
- id: isort
2121
args: [ "--profile", "black" ]

0 commit comments

Comments
 (0)