File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/python/black
3
- rev : 19.10b0
3
+ rev : 20.8b1
4
4
hooks :
5
5
- id : black
6
6
language_version : python3
Original file line number Diff line number Diff line change @@ -720,7 +720,7 @@ submitting code to run the check yourself::
720
720
to auto-format your code. Additionally, many editors have plugins that will
721
721
apply ``black `` as you edit files.
722
722
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
724
724
with the pandas codebase.
725
725
726
726
If 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:
15
15
- cython>=0.29.21
16
16
17
17
# code checks
18
- - black=19.10b0
18
+ - black=20.8b1
19
19
- cpplint
20
20
- flake8<3.8.0 # temporary pin, GH#34150
21
21
- flake8-comprehensions>=3.1.0 # used by flake8, linting of unnecessary comprehensions
You can’t perform that action at this time.
0 commit comments