From dc9790f1540a9ecd207681ffc1b9d6f86800cc38 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 18 May 2023 10:24:14 +0200 Subject: [PATCH] pre-commit: remove remnant config for py37 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 86d54cd..a7a9144 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,6 @@ remove-unused-variables = true # [tool.black] target_version = [ - "py37", "py38", "py39", "py310",