Skip to content

Commit

Permalink
Fixes an issue with black 22.10.0 builds on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
joro75 authored Dec 8, 2022
1 parent 62ed879 commit ac54644
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 @@ -34,7 +34,7 @@ importlib-metadata = {version = "^1.0", python = "<3.8"}

[tool.poetry.dev-dependencies]
pre-commit = "^2.20.0"
black = "^22.10.0"
black = ">=22.3, !=22.10.0" # https://github.com/psf/black/issues/3312
flake8 = "^3.8.4"
flake8-bugbear = "^22.10.27"
flake8-comprehensions = "^3.4.0"
Expand Down

0 comments on commit ac54644

Please sign in to comment.