From 3fb30ce41019bc33829cba1dca150936ca53b688 Mon Sep 17 00:00:00 2001 From: bosd Date: Sat, 2 Nov 2024 15:04:43 +0100 Subject: [PATCH] Update precommit config to python 3.8 plus --- .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 838b6ba6..976b4d62 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,7 +46,7 @@ repos: entry: pyupgrade language: system types: [python] - args: [--py37-plus] + args: [--py38-plus] - id: trailing-whitespace name: Trim Trailing Whitespace entry: trailing-whitespace-fixer