Skip to content

Commit

Permalink
Fix first party in pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed May 22, 2023
1 parent d9fdec8 commit 3e28b14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ repos:
rev: 5.12.0
hooks:
- id: isort
# isort issue: https://github.com/PyCQA/isort/issues/1889
args:
- --project=c2cwsgiutils
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
Expand Down

0 comments on commit 3e28b14

Please sign in to comment.