Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Commit b5a0617

Browse files
committed
Update pylint to conform to our coding standards
1 parent 3625a98 commit b5a0617

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pylint.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ jobs:
2121
- name: Analysing the code with pylint
2222
continue-on-error: true
2323
run: |
24-
pylint `find . -type d -name migrations -prune -o -name '*.py'| grep -v __ |xargs`
25-
24+
python -m pylint `find . -type d -name migrations -prune -o -name '*.py' | grep -v __ | grep .py` --function-naming-style=camelCase --argument-naming-style=any --variable-naming-style=camelCase --module-naming-style=camelCase

0 commit comments

Comments
 (0)