From 19340b80e05746894a79b0ea6d2538c62b9e9da8 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 3 Jul 2023 13:40:28 -0400 Subject: [PATCH] chore: target-version no longer needed by Black or Ruff Committed via https://github.com/asottile/all-repos --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8385fc49c5..81ae1feb74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -153,7 +153,6 @@ packages = ["src/pyhf"] [tool.black] line-length = 88 -target-version = ['py38', 'py39', 'py310', 'py311'] skip-string-normalization = true include = '\.pyi?$' exclude = ''' @@ -295,7 +294,6 @@ ignore = [ "RUF001", # String contains ambiguous unicode character "RUF005", # unpack-instead-of-concatenating-to-collection-literal ] -target-version = "py38" src = ["src"] typing-modules = ["pyhf.typing"] unfixable = [