Skip to content

Commit 2f0c2d3

Browse files
tidy
1 parent e07204f commit 2f0c2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timetracker/epoch/stmach.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def _run_ap(self, letter):
158158
return 'start'
159159

160160
def _run_hour_month(self, capture_val, capture_key, min_val, max_val, nxt):
161-
# pylint: disable=too-many-arguments
161+
# pylint: disable=unknown-option-value,too-many-arguments,too-many-positional-arguments
162162
if min_val <= capture_val <= max_val:
163163
self.capture[capture_key] = capture_val
164164
self.stnum = None

0 commit comments

Comments
 (0)