From 010af4d4672145a67f1289807c2d82356fc41c97 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 3 Jul 2023 13:36:56 -0400 Subject: [PATCH] chore: target-version no longer needed by Black or Ruff Committed via https://github.com/asottile/all-repos --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d49fba1bbe..69f16b05f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -292,7 +292,6 @@ extend-ignore = [ "PLW0603", # Using the global statement to update is discouraged "PLC1901", # x == "" can be simplified to not x (empty string is falsey) ] -target-version = "py37" typing-modules = ["awkward._typing"] src = ["src"] unfixable = [