We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12a207 commit e6bd55eCopy full SHA for e6bd55e
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/ambv/black
3
- rev: 20.8b1
+ rev: 21.12b0
4
hooks:
5
- id: black
6
- repo: https://github.com/PyCQA/flake8
src/idom/core/layout.py
@@ -705,7 +705,6 @@ def _process_child_type_and_key(
705
def _default_key(index: int) -> Any: # pragma: no cover
706
return index
707
708
-
709
else:
710
711
def _default_key(index: int) -> Any:
0 commit comments