Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
pylint: create .pylintrc and run black
Browse files Browse the repository at this point in the history
  • Loading branch information
hhk7734 committed Apr 23, 2020
1 parent ee644f1 commit 2a75712
Show file tree
Hide file tree
Showing 10 changed files with 954 additions and 314 deletions.
584 changes: 584 additions & 0 deletions .pylintrc

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions py_src/gpiod/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'''
"""
MIT License
Copyright (c) 2020 Hyeonki Hong <[email protected]>
Expand All @@ -20,7 +20,7 @@
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
'''
"""
from . import libgpiodcxx


Expand Down
Loading

0 comments on commit 2a75712

Please sign in to comment.