Skip to content

Commit

Permalink
Run pre-commit checks in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MattFisher committed Jul 14, 2023
1 parent aae3149 commit 4878cbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/code_quality_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ jobs:
run: poetry run blue --check django_url_security/ tests/
- name: Check type hinting with mypy
run: poetry run mypy --strict --config-file=mypy.ini django_url_security/

- name: Run pre-commit checks
run: poetry run pre-commit run --all-files

0 comments on commit 4878cbc

Please sign in to comment.