Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0...v4.0.0-alpha.8)
- [github.com/omnilib/ufmt: v2.1.0 → v2.3.0](omnilib/ufmt@v2.1.0...v2.3.0)
- [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.8.0](pre-commit/mirrors-mypy@v1.4.1...v1.8.0)
  • Loading branch information
pre-commit-ci[bot] committed Dec 25, 2023
1 parent b223867 commit bb1d4bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -12,19 +12,19 @@ repos:
- id: check-toml

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0" # Use the sha / tag you want to point at
rev: "v4.0.0-alpha.8" # Use the sha / tag you want to point at
hooks:
- id: prettier
types_or: [css, javascript, ts, tsx]

- repo: https://github.com/omnilib/ufmt
rev: v2.1.0
rev: v2.3.0
hooks:
- id: ufmt
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.4.1"
rev: "v1.8.0"
hooks:
- id: mypy
additional_dependencies: &deps
Expand Down

0 comments on commit bb1d4bf

Please sign in to comment.