Skip to content

Commit 605d1ed

Browse files
ci: pre-commit autoupdate (#146)
updates: - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0) - [github.com/commit-check/commit-check: v0.7.1 → v0.7.3](v0.7.1...v0.7.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7cf502e commit 605d1ed

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
@@ -22,7 +22,7 @@ repos:
2222
args: [--max-line-length=100, --ignore=E501]
2323
exclude: ^commit_check/__init__.py
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.8.0
25+
rev: v1.9.0
2626
hooks:
2727
- id: mypy
2828
additional_dependencies: [types-all]
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: codespell
3434
- repo: https://github.com/commit-check/commit-check
35-
rev: v0.7.1
35+
rev: v0.7.3
3636
hooks:
3737
- id: check-message
3838
# - id: check-branch # uncomment if you need.

0 commit comments

Comments
 (0)