Skip to content

Commit

Permalink
Upgrade black to 21.7b0 (#116)
Browse files Browse the repository at this point in the history
Upgrade to the latest release of black.
  • Loading branch information
jalaziz authored Aug 9, 2021
1 parent c81a570 commit 91603a5
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 12 deletions.
43 changes: 33 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ keywords = ["python", "snakemake", "code", "formatter", "parser", "workflow", "m
snakefmt = 'snakefmt.snakefmt:main'

[tool.poetry.dependencies]
python = "^3.6.1"
python = "^3.6.2"
click = "^7.1.2"
black = {version = "^20.8.b1", allow-prereleases = true}
black = {version = "^21.7.b0", allow-prereleases = true}
toml = "^0.10.2"
importlib_metadata = "^1.7.0"

Expand Down

0 comments on commit 91603a5

Please sign in to comment.