Skip to content

Commit ae608da

Browse files
⬆️ auto update by pre-commit hooks
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.11.0](psf/black-pre-commit-mirror@25.1.0...25.11.0) - [github.com/pycqa/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0)
1 parent c83e4d4 commit ae608da

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
@@ -7,17 +7,17 @@ ci:
77
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: check-yaml
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
15-
- repo: https://github.com/psf/black
16-
rev: "25.1.0"
15+
- repo: https://github.com/psf/black-pre-commit-mirror
16+
rev: "25.11.0"
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/pycqa/isort
20-
rev: "5.13.2"
20+
rev: "7.0.0"
2121
hooks:
2222
- id: isort
2323
name: isort (python)

0 commit comments

Comments
 (0)