Skip to content

Commit 08378f4

Browse files
committed
chore: Update pylint configuration to use pyproject.toml for comprehensive settings
1 parent 4f4b33a commit 08378f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -m pip install -e ".[dev]"
2929
3030
- name: Run pylint analysis
31-
# Using .pylintrc with comprehensive configuration for scientific code
31+
# Using repository pylint config (pyproject.toml) with comprehensive settings for scientific code
3232
run: |
3333
exit_code=0
3434
python -m pylint --rcfile=pyproject.toml --output-format=parseable --output=pylint-report.txt weac/ tests/ || exit_code=$?

0 commit comments

Comments
 (0)