Skip to content

Commit 01d820b

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.3.0 → 25.9.0](psf/black-pre-commit-mirror@23.3.0...25.9.0) - [github.com/PyCQA/isort: 5.12.0 → 6.1.0](PyCQA/isort@5.12.0...6.1.0)
1 parent db4f455 commit 01d820b

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
@@ -11,20 +11,20 @@ ci:
1111

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

20-
- repo: https://github.com/psf/black
21-
rev: 23.3.0
20+
- repo: https://github.com/psf/black-pre-commit-mirror
21+
rev: 25.9.0
2222
hooks:
2323
- id: black
2424
name: "Black: The uncompromising Python code formatter"
2525

2626
- repo: https://github.com/PyCQA/isort
27-
rev: 5.12.0
27+
rev: 6.1.0
2828
hooks:
2929
- id: isort
3030
name: "Sort Imports"

0 commit comments

Comments
 (0)