Skip to content

Commit ea7c17e

Browse files
authored
Merge pull request #32 from nextcloud/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 44b6663 + 0c0c0dd commit ea7c17e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ repos:
1212
- id: mixed-line-ending
1313

1414
- repo: https://github.com/PyCQA/isort
15-
rev: 5.13.2
15+
rev: 6.0.0
1616
hooks:
1717
- id: isort
1818
files: ex_app/lib/
1919

2020
- repo: https://github.com/psf/black
21-
rev: 24.10.0
21+
rev: 25.1.0
2222
hooks:
2323
- id: black
2424
files: ex_app/lib/
2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.9.3
27+
rev: v0.9.4
2828
hooks:
2929
- id: ruff
3030

0 commit comments

Comments
 (0)