We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce71ba commit 7169dc3Copy full SHA for 7169dc3
.github/workflows/pylint.yml
@@ -21,8 +21,9 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
+ pip install -r requirements.txt
25
pip install pylint
- pip install pylint-django[with_django]
26
+ pip install pylint-django
27
- name: Analysing the code with pylint
28
29
pylint --fail-under=10 --load-plugins pylint_django --django-settings-module=mydjangoapi.settings `find -regextype egrep -regex '(.*.py)$'`
0 commit comments