mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
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:
+2
-1
@@ -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,4 +1,4 @@
|
||||
black==19.10b0
|
||||
black==20.8b1
|
||||
coverage==5.2.1
|
||||
flake8==3.8.3
|
||||
flake8-quotes==3.2.0
|
||||
|
||||
Reference in New Issue
Block a user