Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #53 from communitiesuk/fix/isort-black-pre-commit-…
Browse files Browse the repository at this point in the history
…conflict

[BAU] use isort black profile to prevent pre-commit conflict
  • Loading branch information
cyrusdobbs authored Aug 2, 2023
2 parents 9f6374c + 875beae commit b72b87e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ repos:
hooks:
- id: isort
name: isort (python)
args: [ "--profile", "black" ]
#- repo: https://github.com/Riverside-Healthcare/djLint
# rev: v1.24.0
# hooks:
Expand Down

0 comments on commit b72b87e

Please sign in to comment.