Skip to content

perf: update CHAP.edd.utils.select_material_params -- use tkinter for… #293

perf: update CHAP.edd.utils.select_material_params -- use tkinter for…

perf: update CHAP.edd.utils.select_material_params -- use tkinter for… #293

Workflow file for this run

name: pylint
on: push
jobs:
pylint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
- name: Run pylint on CHAP
run: pylint --rcfile=.pylintrc CHAP