Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
ci: update black
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Jul 3, 2022
1 parent 451ef45 commit ce7e56d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 16 deletions.
50 changes: 35 additions & 15 deletions poetry.lock

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

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ pywin32 = {version = "302", markers = "platform_system == 'Windows'" }
PySide2 = {version = "^5.15.2", optional = true}
CairoSVG = {version = "^2.5.2", optional = true}
coloredlogs = "^15.0.1"
black = "22.3.0"

[tool.poetry.dev-dependencies]
black = "^21.7b0"
black = "^22.3.0"


[tool.poetry.extras]
PyQt5 = ["pyqt5"]
Expand Down

0 comments on commit ce7e56d

Please sign in to comment.