Skip to content

Commit 450aafd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](psf/black-pre-commit-mirror@25.12.0...26.1.0) - [github.com/tox-dev/pyproject-fmt: v2.11.1 → v2.16.0](tox-dev/pyproject-fmt@v2.11.1...v2.16.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.15.1](astral-sh/ruff-pre-commit@v0.14.8...v0.15.1) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1) - [github.com/PyCQA/bandit: 1.9.2 → 1.9.3](PyCQA/bandit@1.9.2...1.9.3)
1 parent 589d200 commit 450aafd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,23 @@ repos:
5050
- id: isort
5151

5252
- repo: https://github.com/psf/black-pre-commit-mirror
53-
rev: 25.12.0
53+
rev: 26.1.0
5454
hooks:
5555
- id: black
5656
exclude: nextcloudappstore/core/migrations
5757

5858
- repo: https://github.com/tox-dev/pyproject-fmt
59-
rev: v2.11.1
59+
rev: v2.16.0
6060
hooks:
6161
- id: pyproject-fmt
6262

6363
- repo: https://github.com/astral-sh/ruff-pre-commit
64-
rev: v0.14.8
64+
rev: v0.15.1
6565
hooks:
6666
- id: ruff
6767

6868
- repo: https://github.com/pre-commit/mirrors-mypy
69-
rev: v1.19.0
69+
rev: v1.19.1
7070
hooks:
7171
- id: mypy
7272
files: nextcloudappstore/(api/v1/release|certificate)/
@@ -87,7 +87,7 @@ repos:
8787
- --per-file-ignores=__init__.py:F401,F403
8888

8989
- repo: https://github.com/PyCQA/bandit
90-
rev: 1.9.2
90+
rev: 1.9.3
9191
hooks:
9292
- id: bandit
9393
files: nextcloudappstore

0 commit comments

Comments
 (0)