Skip to content

Add optional params no_advanced_match_scoring and match_filtering_threshold #39

Add optional params no_advanced_match_scoring and match_filtering_threshold

Add optional params no_advanced_match_scoring and match_filtering_threshold #39

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
code_linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Code linters
run: |
pip install -r requirements.txt
pycodestyle workbench-agent.py
pylint --errors-only --rcfile .pylintrc workbench-agent.py