Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#797)
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
softwarefactory-project-zuul[bot] authored Sep 11, 2023
2 parents 68e67ca + 4e8da1a commit 8a5ec6e
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 All @@ -35,7 +35,7 @@ repos:
- id: flake8
args: [--max-line-length=100]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.5.1
hooks:
- id: mypy
args: [--no-strict-optional, --ignore-missing-imports]
Expand Down

0 comments on commit 8a5ec6e

Please sign in to comment.