Skip to content

Commit 6206a0d

Browse files
committed
Organize CI configuration files
- Move .pylintrc to .github/linters/ for better CI organization - Update pylint workflow to reference config file in new location - Keep .pre-commit-config.yaml in root as required by pre-commit - Update documentation to reflect correct file locations - Maintain all functionality with proper file organization
1 parent f0cb275 commit 6206a0d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Analysing the code with pylint
2222
run: |
23-
pylint src/
23+
pylint --rcfile=.github/linters/.pylintrc src/

0 commit comments

Comments
 (0)