1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-06 07:03:52 +00:00

chore(deps): pre-commit.ci autoupdate (#960)

<!--pre-commit.ci start-->
updates:
- [github.com/psf/black: 23.11.0 →
23.12.0](https://github.com/psf/black/compare/23.11.0...23.12.0)
- [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.4 →
v4.0.0-alpha.7](https://github.com/pre-commit/mirrors-prettier/compare/v4.0.0-alpha.4...v4.0.0-alpha.7)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
pre-commit-ci[bot] 2023-12-20 06:36:53 -08:00 committed by GitHub
parent 0f5bf21e91
commit bd98b52098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ ci:
repos: repos:
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.11.0 rev: 23.12.0
hooks: hooks:
- id: black - id: black
@ -38,7 +38,7 @@ repos:
additional_dependencies: [pyyaml] additional_dependencies: [pyyaml]
- repo: https://github.com/pre-commit/mirrors-prettier - repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.4" rev: "v4.0.0-alpha.7"
hooks: hooks:
- id: prettier - id: prettier
types_or: [yaml, markdown, html, css, scss, javascript, json] types_or: [yaml, markdown, html, css, scss, javascript, json]