From f069f43ad29eaae4f4629694f68fb63e427e6b82 Mon Sep 17 00:00:00 2001 From: Bincheng Wu Date: Thu, 17 Feb 2022 16:35:23 -0500 Subject: [PATCH] update black version and target-version --- Pipfile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index d358f3be..08d34fee 100644 --- a/Pipfile +++ b/Pipfile @@ -4,7 +4,7 @@ url = "https://pypi.org/simple" verify_ssl = true [dev-packages] -black = {version = "2022.1.0", markers = "python_version >= '3.6'"} +black = {version = "22.1.0", markers = "python_version >= '3.6'"} coverage = "*" flake8 = "*" importlib-metadata = "*" diff --git a/pyproject.toml b/pyproject.toml index 14bcede1..c7d0ef9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"] [tool.black] line-length = 120 -target-version = ["py27", "py35", "py36", "py37", "py38"] +target-version = ["py35"] [tool.setuptools_scm] write_to = "rsconnect_jupyter/version.py"