Skip to content

Commit 5e3623c

Browse files
committed
update black verison
1 parent 4581385 commit 5e3623c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/python/black
3-
rev: 19.10b0
3+
rev: 20.8b1
44
hooks:
55
- id: black
66
language_version: python3

doc/source/development/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ submitting code to run the check yourself::
720720
to auto-format your code. Additionally, many editors have plugins that will
721721
apply ``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
724724
with the pandas codebase.
725725

726726
If you wish to run these checks automatically, we encourage you to use

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)