8000 Update pre-commit hooks · python-kasa/python-kasa@d02a551 · GitHub
[go: up one dir, main page]

Skip to content

Commit d02a551

Browse files
committed
Update pre-commit hooks
1 parent 45a36ba commit d02a551

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
@@ -10,13 +10,13 @@ repos:
1010
- id: check-ast
1111

1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.27.0
13+
rev: v2.29.1
1414
hooks:
1515
- id: pyupgrade
1616
args: ['--py37-plus']
1717

1818
- repo: https://github.com/python/black
19-
rev: 21.9b0
19+
rev: 21.12b0
2020
hooks:
2121
- id: black
2222

@@ -33,7 +33,7 @@ repos:
3333
additional_dependencies: [toml]
3434

3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v0.910
36+
rev: v0.920
3737
hooks:
3838
- id: mypy
3939
additional_dependencies: [types-click]

0 commit comments

Comments
 (0)
0