Skip to content

Commit c0e6c58

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.2.0](pre-commit/mirrors-mypy@v1.1.1...v1.2.0) - [github.com/compilerla/conventional-pre-commit: v2.1.1 → v2.2.0](compilerla/conventional-pre-commit@v2.1.1...v2.2.0)
1 parent f34ac70 commit c0e6c58

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
@@ -16,7 +16,7 @@ repos:
1616
language_version: python3.9
1717

1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: "v1.1.1" # Use the sha / tag you want to point at
19+
rev: "v1.2.0" # Use the sha / tag you want to point at
2020
hooks:
2121
- id: mypy
2222
args: [ "--allow-untyped-globals", "--ignore-missing-imports" ]
@@ -48,7 +48,7 @@ repos:
4848
args:
4949
- "--py37-plus"
5050
- repo: https://github.com/compilerla/conventional-pre-commit
51-
rev: v2.1.1
51+
rev: v2.2.0
5252
hooks:
5353
- id: conventional-pre-commit
5454
stages: [commit-msg]

0 commit comments

Comments
 (0)