Skip to content

Commit

Permalink
Don't install black on PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 12, 2020
1 parent 1d44d20 commit e73c004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mypy==0.790; implementation_name=="cpython"
flake8==3.8.4
flake8-pyi==20.5.0; python_version >= "3.6"
black==20.8b1; python_version >= "3.6"
black==20.8b1; python_version >= "3.6"; implementation_name=="cpython"
mypy-extensions==0.4.3; implementation_name=="cpython"

0 comments on commit e73c004

Please sign in to comment.