From 10b8644d848073a6d60b84339e3c1da29f24e45a Mon Sep 17 00:00:00 2001 From: Robert Stein Date: Tue, 18 Jul 2023 18:19:23 -0700 Subject: [PATCH] Bump pylint --- .github/workflows/pylint.yml | 2 +- mirar/processors/sources/candidate_filter.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index bfd790d8a..7e0b9594c 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -26,4 +26,4 @@ jobs: poetry install - name: Analysing the code with pylint run: | - poetry run pylint mirar --fail-under=9.70 + poetry run pylint mirar --fail-under=9.72 diff --git a/mirar/processors/sources/candidate_filter.py b/mirar/processors/sources/candidate_filter.py index 272e94692..bc1a795c5 100644 --- a/mirar/processors/sources/candidate_filter.py +++ b/mirar/processors/sources/candidate_filter.py @@ -13,6 +13,7 @@ class BaseSourceFilter(BaseSourceProcessor): """ Base class for source filters """ + base_key = "filter" def _apply_to_sources(self, batch: SourceBatch) -> SourceBatch: