From 27d5be71dd2e86cc88706611b0da852d491eecd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 31 Jan 2022 06:16:14 +0200 Subject: [PATCH] Update python-typing-update config to py39plus (#65261) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 952729caf09..72716f15dfd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -78,7 +78,7 @@ repos: - id: python-typing-update stages: [manual] args: - - --py38-plus + - --py39-plus - --force - --keep-updates files: ^(homeassistant|tests|script)/.+\.py$