Skip to content

Commit 14647cd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.17.0](pre-commit/mirrors-mypy@v1.10.1...v1.17.0) - [github.com/packit/pre-commit-hooks: v1.2.0 → v1.3.0](packit/pre-commit-hooks@v1.2.0...v1.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.12.5](astral-sh/ruff-pre-commit@v0.5.0...v0.12.5) - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.33.2](python-jsonschema/check-jsonschema@0.28.6...0.33.2)
1 parent d4e04b3 commit 14647cd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 24.4.2
7+
rev: 25.1.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/pre-commit/mirrors-prettier
1111
rev: v4.0.0-alpha.8
1212
hooks:
1313
- id: prettier
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.6.0
15+
rev: v5.0.0
1616
hooks:
1717
- id: check-added-large-files
1818
- id: check-ast
@@ -22,26 +22,26 @@ repos:
2222
- id: end-of-file-fixer
2323
- id: trailing-whitespace
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.10.1
25+
rev: v1.17.0
2626
hooks:
2727
- id: mypy
2828
args: [--no-strict-optional, --ignore-missing-imports]
2929
additional_dependencies: [types-click]
3030
- repo: https://github.com/packit/pre-commit-hooks
31-
rev: v1.2.0
31+
rev: v1.3.0
3232
hooks:
3333
- id: check-rebase
3434
args:
3535
- https://github.com/packit/packit-service-fedmsg.git
36-
stages: [manual, push]
36+
stages: [manual, pre-push]
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
3838
# Ruff version.
39-
rev: v0.5.0
39+
rev: v0.12.5
4040
hooks:
4141
- id: ruff
4242
args: [--fix, --exit-non-zero-on-fix]
4343
- repo: https://github.com/python-jsonschema/check-jsonschema
44-
rev: 0.28.6
44+
rev: 0.33.2
4545
hooks:
4646
- id: check-github-workflows
4747
args: ["--verbose"]

0 commit comments

Comments
 (0)