Skip to content

Commit

Permalink
adapt pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mips2648 committed Apr 25, 2024
1 parent d699a77 commit 932c5c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
[MAIN]

ignore-patterns=.*_test.py

[FORMAT]
max-line-length=255

max-line-length=255
2 changes: 1 addition & 1 deletion jeedomdaemon/base_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import argparse
from typing import Sequence

class BaseConfig(object):
class BaseConfig():
def __init__(self):
self._args = None
self.__parser = argparse.ArgumentParser(description='Daemon for Jeedom plugin')
Expand Down

0 comments on commit 932c5c6

Please sign in to comment.