We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Hi @LorhanSohaky.
Could you send me the error, please?
Sorry, something went wrong.
@ricardochaves , here
No branches or pull requests
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
.pylintrc
The text was updated successfully, but these errors were encountered: