Skip to content

Commit 1681e02

Browse files
[pre-commit.ci] pre-commit autoupdate (pycontribs#108)
updates: - [github.com/adrienverge/yamllint.git: v1.31.0 → v1.32.0](https://github.com/adrienverge/yamllint.git/compare/v1.31.0...v1.32.0) - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.3.0](pre-commit/mirrors-mypy@v1.2.0...v1.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sorin Sbarnea <[email protected]>
1 parent aeb3a13 commit 1681e02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ repos:
3535
- pydocstyle>=5.1.1
3636
language_version: python3
3737
- repo: https://github.com/adrienverge/yamllint.git
38-
rev: v1.31.0
38+
rev: v1.32.0
3939
hooks:
4040
- id: yamllint
4141
files: \.(yaml|yml)$
4242
types: [file, yaml]
4343
entry: yamllint --strict
4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: v1.2.0
45+
rev: v1.3.0
4646
hooks:
4747
- id: mypy
4848
# empty args needed in order to match mypy cli behavior

0 commit comments

Comments
 (0)