Skip to content

Commit 8878808

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/astral-sh/ruff-pre-commit: v0.14.8 → v0.14.13](astral-sh/ruff-pre-commit@v0.14.8...v0.14.13) - [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 cea5aea commit 8878808

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ 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
@@ -61,12 +61,12 @@ repos:
6161
- id: pyproject-fmt
6262

6363
- repo: https://github.com/astral-sh/ruff-pre-commit
64-
rev: v0.14.8
64+
rev: v0.14.13
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)