Skip to content

Commit 51d2f67

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 → 8.0.1](PyCQA/isort@6.0.1...8.0.1) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.1.0](psf/black-pre-commit-mirror@25.1.0...26.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.4 → v0.15.4](astral-sh/ruff-pre-commit@v0.12.4...v0.15.4)
1 parent 2bad0c6 commit 51d2f67

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: 8.0.1
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: 26.1.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.15.4
3030
hooks:
3131
- id: ruff
3232

0 commit comments

Comments
 (0)