Skip to content

Commit

Permalink
[core] Use black on Python 3.8+ only
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Mar 4, 2024
1 parent 0614e72 commit b36f32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ markers = "platform_machine in 'armv6l,armv7l,armv8l,armv8b,aarch64'"
gui = ["wxPython", "pywin32", "zeroconf", "pyuac", "pylnk3"]

[tool.poetry.dev-dependencies]
black = "^24.1.0"
black = {version = "^24.1.0", optional = true, markers = "python_version >= '3.8'"}
isort = "^5.10.1"
autoflake = "^1.4"

Expand Down

0 comments on commit b36f32d

Please sign in to comment.