From 7cb32d0927c42b2756d8da5cf97cc29edbd70048 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Tue, 7 May 2024 21:40:42 -0400 Subject: [PATCH] fmt --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3907af2..24e7def 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,11 @@ authors = [ "Ryan Delaney ",] readme = "README.rst" repository = "https://github.com/rpdelaney/downforeveryone" homepage = "https://pypi.org/project/downforeveryone" -classifiers = [ "Environment :: Console", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3 :: Only",] +classifiers = [ + "Environment :: Console", + "License :: OSI Approved :: Apache Software License", + "Programming Language :: Python :: 3 :: Only", +] [tool.black] line-length = 79