Skip to content

Commit 6d98f09

Browse files
chore: update pre-commit hooks (#12)
Co-authored-by: dmark04 <[email protected]>
1 parent 74817bd commit 6d98f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: reorder-python-imports
2323

2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: 'v1.7.0'
25+
rev: 'v1.7.1'
2626
hooks:
2727
- id: mypy
2828
args: [ --strict, --ignore-missing-imports, --allow-untyped-decorators, --allow-subclassing-any ]

0 commit comments

Comments
 (0)