Skip to content

Commit

Permalink
update black version and target-version
Browse files Browse the repository at this point in the history
  • Loading branch information
bcwu committed Feb 17, 2022
1 parent 7662697 commit f069f43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f069f43

Please sign in to comment.