1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-01 21:23:52 +00:00

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

updates:
- [github.com/psf/black: 22.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0...22.8.0)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.0](https://github.com/pre-commit/mirrors-prettier/compare/v2.7.1...v3.0.0-alpha.0)
- [github.com/codespell-project/codespell: v2.1.0 → v2.2.1](https://github.com/codespell-project/codespell/compare/v2.1.0...v2.2.1)

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] 2022-09-05 23:50:31 -04:00 committed by GitHub
parent faea921e40
commit e88700a6da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ ci:
repos: repos:
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.6.0 rev: 22.8.0
hooks: hooks:
- id: black - id: black
@ -33,7 +33,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: "v2.7.1" rev: "v3.0.0-alpha.0"
hooks: hooks:
- id: prettier - id: prettier
types_or: [yaml, markdown, html, css, scss, javascript, json] types_or: [yaml, markdown, html, css, scss, javascript, json]
@ -80,7 +80,7 @@ repos:
exclude: .pre-commit-config.yaml exclude: .pre-commit-config.yaml
- repo: https://github.com/codespell-project/codespell - repo: https://github.com/codespell-project/codespell
rev: v2.1.0 rev: v2.2.1
hooks: hooks:
- id: codespell - id: codespell
args: ["-L", "atleast,ans,doub,inout"] args: ["-L", "atleast,ans,doub,inout"]