Bump black from 19.10b0 to 20.8b1 (#1909)

* Bump black from 19.10b0 to 20.8b1

Bumps [black](https://github.com/psf/black) from 19.10b0 to 20.8b1.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/master/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)

Signed-off-by: dependabot[bot] <support@github.com>

* fix: run `make format`

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: PrettyWood <em.jolibois@gmail.com>
This commit is contained in:
dependabot[bot]
2020-09-10 00:53:24 +02:00
committed by GitHub
parent 9c4860ce96
commit bf9cc4a5e7
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -241,7 +241,8 @@ def unique_list(input_list: Union[List[T], Tuple[T, ...]]) -> List[T]:
def update_normalized_all(
item: Union['AbstractSetIntStr', 'MappingIntStrAny'], all_items: Union['AbstractSetIntStr', 'MappingIntStrAny'],
item: Union['AbstractSetIntStr', 'MappingIntStrAny'],
all_items: Union['AbstractSetIntStr', 'MappingIntStrAny'],
) -> Union['AbstractSetIntStr', 'MappingIntStrAny']:
"""
Update item based on what all items contains.
+1 -1
View File
@@ -1,4 +1,4 @@
black==19.10b0
black==20.8b1
coverage==5.2.1
flake8==3.8.3
flake8-quotes==3.2.0