From c51d198284002bc3174fa69f86a46dc3f20c2e87 Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Tue, 7 Nov 2023 11:42:24 +0200 Subject: [PATCH] style(pyproject): double quote strings --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7dcb349..23f1dd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ packages = ["pycaputo"] safe = true preview = true line-length = 88 -target-version = ['py39', 'py310', 'py311'] +target-version = ["py39", "py310", "py311"] exclude='\.eggs|\.git|\.mypy_cache|build|dist|\.pytest_cache|\.pytype' [tool.ruff]