Skip to content

Commit ebe3689

Browse files
committed
lint
1 parent a811816 commit ebe3689

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ jobs:
2121
pip install pylint
2222
- name: Analysing the code with pylint
2323
run: |
24-
PYTHONPATH=. pylint $(git ls-files '*.py')
24+
# Exclude specific folders (e.g., tests, migrations)
25+
PYTHONPATH=. pylint $(git ls-files '*.py' ':!:tests/*' ':!:alembic/*')

0 commit comments

Comments
 (0)