From f1cbd65cb416c739f9f263d0d190221cd0a8630c Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 19 Mar 2024 21:54:03 +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 112f0f5..f886063 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,9 +41,6 @@ dependencies = [ ] urls = {Changelog = "https://github.com/adamchainz/django-watchfiles/blob/main/CHANGELOG.rst",Funding = "https://adamj.eu/books/",Repository = "https://github.com/adamchainz/django-watchfiles"} -[tool.black] -target-version = ['py38'] - [tool.isort] add_imports = [ "from __future__ import annotations"