Skip to content

Commit

Permalink
Bump pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Jul 19, 2023
1 parent e1d7a48 commit 10b8644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions mirar/processors/sources/candidate_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class BaseSourceFilter(BaseSourceProcessor):
"""
Base class for source filters
"""

base_key = "filter"

def _apply_to_sources(self, batch: SourceBatch) -> SourceBatch:
Expand Down

0 comments on commit 10b8644

Please sign in to comment.