Skip to content

Commit

Permalink
Still not sure why linter is broken in action... working locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSv4 committed Jun 17, 2024
1 parent ab3f2a7 commit f44432c
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
requirements/local.txt
- name: Run pre-commit
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1

# With no caching at all the entire ci process takes 4m 30s to complete!
pytest:
Expand Down
42 changes: 39 additions & 3 deletions .pre-commit-config.yaml
Git LFS file not shown
2 changes: 1 addition & 1 deletion requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ coverage==6.5.0 # https://github.com/nedbat/coveragepy
black==22.10.0 # https://github.com/psf/black
pylint-django==2.5.3 # https://github.com/PyCQA/pylint-django
pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery
pre-commit==2.20.0 # https://github.com/pre-commit/pre-commit
pre-commit==3.7.1 # https://github.com/pre-commit/pre-commit

# Django
# ------------------------------------------------------------------------------
Expand Down

0 comments on commit f44432c

Please sign in to comment.