Skip to content

Commit 0032ba0

Browse files
ci: pre-commit autoupdate (#209)
1 parent 91fb4bb commit 0032ba0

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,13 +22,13 @@ 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.14.0
25+
rev: v1.14.1
2626
hooks:
2727
- id: mypy
2828
additional_dependencies: [types-PyYAML]
2929
exclude: ^testing/resources/
3030
- repo: https://github.com/codespell-project/codespell
31-
rev: v2.3.0
31+
rev: v2.4.0
3232
hooks:
3333
- id: codespell
3434
- repo: https://github.com/commit-check/commit-check

0 commit comments

Comments
 (0)