Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit 4680331

Browse files
committed
Fixing setup.cfg to see pyof as local library
1 parent abca8be commit 4680331

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ ignore = D105,D203,D213,I0011
1010
# Conflicts with D211: No blank lines allowed before class docstring
1111
# D213: Should be ignored by default, but sometimes it is not
1212
# I0011: I0011 Locally disabling no-member (E1101) [pylint]
13+
14+
[isort]
15+
known_first_party = pyof

0 commit comments

Comments
 (0)