From 72833eaf8d09732ea8f75ef2afa97bdbc93bb3c6 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 b2e5f458..849a311b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,9 +51,6 @@ Changelog = "https://github.com/adamchainz/django-cors-headers/blob/main/CHANGEL Funding = "https://adamj.eu/books/" Repository = "https://github.com/adamchainz/django-cors-headers" -[tool.black] -target-version = ['py38'] - [tool.isort] add_imports = [ "from __future__ import annotations"