Skip to content

Commit

Permalink
Don't install black in pypy environments
Browse files Browse the repository at this point in the history
typed-ast is not compatible
  • Loading branch information
nhairs committed Mar 24, 2024
1 parent e72324e commit 4dccb1e
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 @@ -44,7 +44,7 @@ GitHub = "https://github.com/nhairs/python-json-logger"
dev = [
## Formatting / Linting
"validate-pyproject[all]",
"black",
"black; implementation_name != 'pypy'",
"pylint",
"mypy",
## Testing
Expand Down

0 comments on commit 4dccb1e

Please # to comment.