From bbf6897c00944dcf489f049e70c1cf053f0a2102 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 19 Mar 2024 21:54:02 +0000 Subject: [PATCH] Drop Black target version It can now be automatically inferred from pyproject.toml: https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html\#t-target-version --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d0b61ab..c13a6f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,9 +36,6 @@ Repository = "https://github.com/asottile/blacken-docs" [project.scripts] blacken-docs = "blacken_docs:main" -[tool.black] -target-version = ['py38'] - [tool.isort] add_imports = [ "from __future__ import annotations"