We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4b33a commit 08378f4Copy full SHA for 08378f4
.github/workflows/pylint.yml
@@ -28,7 +28,7 @@ jobs:
28
python -m pip install -e ".[dev]"
29
30
- name: Run pylint analysis
31
- # Using .pylintrc with comprehensive configuration for scientific code
+ # Using repository pylint config (pyproject.toml) with comprehensive settings for scientific code
32
run: |
33
exit_code=0
34
python -m pylint --rcfile=pyproject.toml --output-format=parseable --output=pylint-report.txt weac/ tests/ || exit_code=$?
0 commit comments