Skip to content

Commit befbcb0

Browse files
[pre-commit.ci] pre-commit autoupdate
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) - [github.com/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.4 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.4...v0.13.3)
1 parent a3e5962 commit befbcb0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@ ci:
66
exclude: '^ex_app/(img|js)/|.*\.phar'
77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: check-yaml
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- id: mixed-line-ending
1515

1616
- repo: https://github.com/PyCQA/isort
17-
rev: 6.0.1
17+
rev: 6.1.0
1818
hooks:
1919
- id: isort
2020
files: ex_app/lib/
2121

22-
- repo: https://github.com/psf/black
23-
rev: 25.1.0
22+
- repo: https://github.com/psf/black-pre-commit-mirror
23+
rev: 25.9.0
2424
hooks:
2525
- id: black
2626
files: ex_app/lib/
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.12.4
29+
rev: v0.13.3
3030
hooks:
3131
- id: ruff
3232

0 commit comments

Comments
 (0)