Skip to content

Commit 84e5d4f

Browse files
committed
Merge branch 'config' into black
2 parents d9e465e + 5ae2997 commit 84e5d4f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ universal = 1
44
[flake8]
55
max-line-length = 180
66
exclude = */migrations/*
7+
extend-ignore = E203
78

89
[doc8]
910
max-line-length = 180

src/compas/artists/artist.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def _get_artist_cls(data, **kwargs):
5656
cls = kwargs["artist_type"]
5757
else:
5858
context = Artist.ITEM_ARTIST[Artist.CONTEXT]
59+
5960
for type_ in inspect.getmro(dtype):
6061
cls = context.get(type_, None)
6162
if cls is not None:

0 commit comments

Comments
 (0)