From d7d2ee9dd4f8bcb324395306448663c463b9d07f Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 19 Mar 2024 21:54:06 +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 e9f94e8b..6afc0919 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,9 +49,6 @@ Changelog = "https://whitenoise.readthedocs.io/en/stable/changelog.html" Documentation = "https://whitenoise.readthedocs.io/" Repository = "https://github.com/evansd/whitenoise" -[tool.black] -target-version = ['py38'] - [tool.isort] add_imports = [ "from __future__ import annotations"