Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#135)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.0](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.0.0)
- [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.4.1](pre-commit/mirrors-mypy@v1.1.1...v1.4.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jul 16, 2023
1 parent 6f473b5 commit df2e7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: check-toml

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.6" # Use the sha / tag you want to point at
rev: "v3.0.0" # Use the sha / tag you want to point at
hooks:
- id: prettier
types_or: [css, javascript, ts, tsx]
Expand All @@ -24,7 +24,7 @@ repos:
entry: python -c 'import os, subprocess; os.environ["LIBCST_PARSER_TYPE"] = "native"; raise SystemExit(subprocess.run(["ufmt", "format"], check=True).returncode)'

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.1.1"
rev: "v1.4.1"
hooks:
- id: mypy
additional_dependencies: &deps
Expand Down

0 comments on commit df2e7e3

Please sign in to comment.