Skip to content

Commit a18e2ea

Browse files
chore: pre-commit autoupdate (#167)
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.1 → v3.0.3](pre-commit/mirrors-prettier@v3.0.1...v3.0.3) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.5.1](pre-commit/mirrors-mypy@v1.4.1...v1.5.1) - [github.com/pycqa/pylint: v3.0.0a6 → v3.0.0a7](pylint-dev/pylint@v3.0.0a6...v3.0.0a7) - [github.com/jazzband/pip-tools: 7.2.0 → 7.3.0](jazzband/pip-tools@7.2.0...7.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 764be79 commit a18e2ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ci:
1212
repos:
1313
- repo: https://github.com/pre-commit/mirrors-prettier
1414
# keep it before yamllint
15-
rev: v3.0.1
15+
rev: v3.0.3
1616
hooks:
1717
- id: prettier
1818
additional_dependencies:
@@ -42,19 +42,19 @@ 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.4.1
45+
rev: v1.5.1
4646
hooks:
4747
- id: mypy
4848
# empty args needed in order to match mypy cli behavior
4949
# args: [--strict]
5050
- repo: https://github.com/pycqa/pylint
51-
rev: v3.0.0a6
51+
rev: v3.0.0a7
5252
hooks:
5353
- id: pylint
5454
additional_dependencies:
5555
- pytest
5656
- repo: https://github.com/jazzband/pip-tools
57-
rev: 7.2.0
57+
rev: 7.3.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)