Skip to content

Commit 5889f25

Browse files
ci: pre-commit autoupdate (#78)
updates: - [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.1.1](pre-commit/mirrors-mypy@v1.0.0...v1.1.1) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 504edac commit 5889f25

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
@@ -21,13 +21,13 @@ repos:
2121
args: [--max-line-length=100, --ignore=E501]
2222
exclude: ^commit_check/__init__.py
2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.0.0
24+
rev: v1.1.1
2525
hooks:
2626
- id: mypy
2727
additional_dependencies: [types-all]
2828
exclude: ^testing/resources/
2929
- repo: https://github.com/codespell-project/codespell
30-
rev: v2.2.2
30+
rev: v2.2.4
3131
hooks:
3232
- id: codespell
3333
- repo: https://github.com/commit-check/commit-check

0 commit comments

Comments
 (0)