Skip to content

Commit 90b1db9

Browse files
authored
Auto-update pre-commit hooks
1 parent 1dd6401 commit 90b1db9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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
77
- id: trailing-whitespace
88
- repo: https://github.com/psf/black
9-
rev: 22.3.0
9+
rev: 22.10.0
1010
hooks:
1111
- id: black
1212
args:
@@ -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.990
3030
hooks:
3131
- id: mypy
3232
additional_dependencies: [types-all]

0 commit comments

Comments
 (0)