aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/quarg/actions.py
diff options
context:
space:
mode:
authorWolfgang Müller2023-03-30 21:05:12 +0200
committerWolfgang Müller2023-03-30 21:05:12 +0200
commitdf585f56fb0bac5fc77fbbfc44276fe8c1f85f83 (patch)
treedad1e301608335759405cef0683b84da98440699 /quarg/actions.py
parentbd4c0b3d01ed56ed21297a9e25c53e2bcfdb20c1 (diff)
downloadquarg-df585f56fb0bac5fc77fbbfc44276fe8c1f85f83.tar.gz
Get rid of pylint directives
Since we are migrating to ruff, these are not used anymore.
Diffstat (limited to 'quarg/actions.py')
-rw-r--r--quarg/actions.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/quarg/actions.py b/quarg/actions.py
index 6aadc3d..19ce59c 100644
--- a/quarg/actions.py
+++ b/quarg/actions.py
@@ -7,7 +7,6 @@ import dateutil.relativedelta
from quarg.quassel.types import BufferType, MessageFlag, MessageType
from quarg.utils import errx, parse_isodate
-# pylint: disable=too-few-public-methods, unsupported-membership-test
class ParseEnum(argparse.Action, metaclass=ABCMeta):
def __call__(self, parser, namespace, value, option_string=None):