-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
I'm new to Python. I'm trying to set up a script to pass the pylint. I managed to configure the pre-commit, but the CI script had a problem
lint.yml
name: lint
on: [pull_request]
jobs:
code_style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install requirements
run: pip install -r requirements.txt
- uses: ricardochaves/[email protected]
with:
use-pycodestyle: false
use-black: false
use-mypy: false
extra-pylint-options: "--errors-only --rcfile .pylintrc".pylintrc
[MASTER]
init-hook='import sys; sys.path.append(".")'
load-plugins=pylint_pytest
extension-pkg-whitelist=pydantic
Metadata
Metadata
Assignees
Labels
No labels