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

Commit ce7e56d

Browse files
committed
ci: update black
1 parent 451ef45 commit ce7e56d

File tree

2 files changed

+38
-16
lines changed

2 files changed

+38
-16
lines changed

poetry.lock

+35-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ pywin32 = {version = "302", markers = "platform_system == 'Windows'" }
2222
PySide2 = {version = "^5.15.2", optional = true}
2323
CairoSVG = {version = "^2.5.2", optional = true}
2424
coloredlogs = "^15.0.1"
25+
black = "22.3.0"
2526

2627
[tool.poetry.dev-dependencies]
27-
black = "^21.7b0"
28+
black = "^22.3.0"
29+
2830

2931
[tool.poetry.extras]
3032
PyQt5 = ["pyqt5"]

0 commit comments

Comments
 (0)