File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/python/black
3- rev : 19.10b0
3+ rev : 20.8b1
44 hooks :
55 - id : black
66 language_version : python3
Original file line number Diff line number Diff line change @@ -720,7 +720,7 @@ submitting code to run the check yourself::
720720to auto-format your code. Additionally, many editors have plugins that will
721721apply ``black `` as you edit files.
722722
723- You should use a ``black `` version >= 19.10b0 as previous versions are not compatible
723+ You should use a ``black `` version 20.8b1 as previous versions are not compatible
724724with the pandas codebase.
725725
726726If you wish to run these checks automatically, we encourage you to use
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies:
1515 - cython>=0.29.21
1616
1717 # code checks
18- - black=19.10b0
18+ - black=20.8b1
1919 - cpplint
2020 - flake8<3.8.0 # temporary pin, GH#34150
2121 - flake8-comprehensions>=3.1.0 # used by flake8, linting of unnecessary comprehensions
You can’t perform that action at this time.
0 commit comments