Skip to content

Commit e8d13a0

Browse files
chore: pre-commit autoupdate (#165)
updates: - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](pre-commit/mirrors-mypy@v1.3.0...v1.4.1) - [github.com/jazzband/pip-tools: 6.13.0 → 6.14.0](jazzband/pip-tools@6.13.0...6.14.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7528af6 commit e8d13a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
- flake8-docstrings>=1.6.0
4343
- flake8-pytest-style>=1.6.0
4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: v1.3.0
45+
rev: v1.4.1
4646
hooks:
4747
- id: mypy
4848
# empty args needed in order to match mypy cli behavior
@@ -54,7 +54,7 @@ repos:
5454
additional_dependencies:
5555
- pytest
5656
- repo: https://github.com/jazzband/pip-tools
57-
rev: 6.13.0
57+
rev: 6.14.0
5858
hooks:
5959
- id: pip-compile
6060
entry: pip-compile --resolver=backtracking -q --no-annotate --output-file=requirements.txt pyproject.toml --extra test --strip-extras

0 commit comments

Comments
 (0)