Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#275)
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate

updates:

github.com/pre-commit/mirrors-prettier: v3.0.1 → v3.0.3
github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.5.1

Reviewed-by: František Lachman <[email protected]>
  • Loading branch information
2 parents e49e5e3 + f651c5f commit 1e03519
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:
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.1
rev: v3.0.3
hooks:
- id: prettier
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down Expand Up @@ -44,7 +44,7 @@ repos:
- id: isort
args: [--profile, black]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.5.1
hooks:
- id: mypy
args: [--show-error-codes, --ignore-missing-imports]
Expand Down

0 comments on commit 1e03519

Please sign in to comment.