From a222afc26bda6ef94f5709e46688c23326e9a666 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 3 Jul 2023 14:21:01 -0400 Subject: [PATCH] chore: both ruff and black read requires-python now (#542) --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b1dcbcd0..97284f5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,6 @@ exclude = [ ] [tool.black] -target-version = ['py37'] extend-exclude = ''' ^/src/wheel/vendored/ ''' @@ -100,7 +99,6 @@ select = [ "UP", # pyupgrade "B0", # flake8-bugbear ] -target-version = "py37" src = ["src"] [tool.tox]