Skip to content

Commit 549dc54

Browse files
authored
Auto-update pre-commit hooks
1 parent 1dd6401 commit 549dc54

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.2.0
3+
rev: v4.3.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
@@ -26,7 +26,7 @@ repos:
2626
- id: isort
2727
exclude: ^examples/
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v0.942
29+
rev: v0.961
3030
hooks:
3131
- id: mypy
3232
additional_dependencies: [types-all]

0 commit comments

Comments
 (0)