Update pre-commit-config [Py310] (#86415)

This commit is contained in:
Marc Mueller
2023-01-23 09:59:44 +01:00
committed by GitHub
parent 6397138589
commit 4f87c1f30f
3 changed files with 5 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ repos:
rev: v3.3.1
hooks:
- id: pyupgrade
args: [--py39-plus]
args: [--py310-plus]
- repo: https://github.com/PyCQA/autoflake
rev: v2.0.0
hooks:
@@ -84,7 +84,7 @@ repos:
- id: python-typing-update
stages: [manual]
args:
- --py39-plus
- --py310-plus
- --force
- --keep-updates
files: ^(homeassistant|tests|script)/.+\.py$