Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#160)
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-alpha.9-for-vscode](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.0.0-alpha.9-for-vscode)
- [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.2.0](pre-commit/mirrors-mypy@v1.1.1...v1.2.0)
- [github.com/jazzband/pip-tools: 6.12.3 → 6.13.0](jazzband/pip-tools@6.12.3...6.13.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored May 1, 2023
1 parent 2ec1ceb commit 55a1f0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ci:
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before yamllint
rev: v3.0.0-alpha.6
rev: v3.0.0-alpha.9-for-vscode
hooks:
- id: prettier
additional_dependencies:
Expand Down Expand Up @@ -42,7 +42,7 @@ repos:
- flake8-docstrings>=1.6.0
- flake8-pytest-style>=1.6.0
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.1.1
rev: v1.2.0
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand All @@ -54,7 +54,7 @@ repos:
additional_dependencies:
- pytest
- repo: https://github.com/jazzband/pip-tools
rev: 6.12.3
rev: 6.13.0
hooks:
- id: pip-compile
entry: pip-compile --resolver=backtracking -q --no-annotate --output-file=requirements.txt pyproject.toml --extra test --strip-extras
Expand Down

0 comments on commit 55a1f0b

Please sign in to comment.