Skip to content

Commit

Permalink
fix: Add pylint-django to Pipfile for linting Django code
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonejt committed Jul 12, 2024
1 parent 99e856e commit b3995e3
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 160 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
python -m pip install pipenv
pipenv install --dev
- name: Lint Project
run: pipenv run pylint --load-plugins pylint_django --django-settings-module=sibyl.settings sibyl community psychopass dominator

- name: Check Formatting
run: pipenv run black --check .

Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ sentry-sdk = {extras = ["django"], version = "*"}

[dev-packages]
pylint = "*"
pylint-django = "*"
black = "*"
coverage = "*"

Expand Down
Loading

0 comments on commit b3995e3

Please sign in to comment.