mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-10-22 11:44:35 +03:00
Add pre-commit hook to run compilemessages
This commit is contained in:
parent
4170e1a473
commit
464e202ad1
|
@ -45,3 +45,8 @@ repos:
|
||||||
rev: v2.6.0
|
rev: v2.6.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyproject-fmt
|
- id: pyproject-fmt
|
||||||
|
|
||||||
|
- repo: https://github.com/browniebroke/django-pre-commit-hooks
|
||||||
|
rev: v1.1.0
|
||||||
|
hooks:
|
||||||
|
- id: compile-messages
|
||||||
|
|
Loading…
Reference in New Issue
Block a user