1
0
mirror of https://github.com/Mikaela/cv.git synced 2025-08-04 19:57:24 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
pre-commit-ci[bot]
1d41e769f9
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/sync-pre-commit-deps: v0.0.1 → v0.0.2](https://github.com/pre-commit/sync-pre-commit-deps/compare/v0.0.1...v0.0.2)
- [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.30.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.4...0.30.0)
2025-01-06 22:00:27 +00:00

View File

@ -43,7 +43,7 @@ repos:
args: [--autofix, --no-ensure-ascii] args: [--autofix, --no-ensure-ascii]
- repo: https://github.com/pre-commit/sync-pre-commit-deps - repo: https://github.com/pre-commit/sync-pre-commit-deps
rev: v0.0.1 rev: v0.0.2
hooks: hooks:
- id: sync-pre-commit-deps - id: sync-pre-commit-deps
@ -59,7 +59,7 @@ repos:
args: [--update-only, --no-title] args: [--update-only, --no-title]
- repo: https://github.com/python-jsonschema/check-jsonschema - repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.4 rev: 0.30.0
hooks: hooks:
- id: check-dependabot - id: check-dependabot
- id: check-github-actions - id: check-github-actions