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

Commit

Permalink
Ensure that black pre-commit hook ignores migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Dec 18, 2023
1 parent 94e3eb7 commit 8ddef97
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 @@ -7,6 +7,7 @@ repos:
hooks:
- id: black
language_version: python3.9
exclude: .+/migrations
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
Expand Down

0 comments on commit 8ddef97

Please sign in to comment.