Skip to content

Commit

Permalink
💚 Remove makemessages pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
pajowu committed Dec 19, 2023
1 parent a7891ad commit f28521e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:

- name: Install dependencies
run: |
pip install django==4.2.4
sudo apt-get update && sudo apt-get install -y gettext
yarn install
- uses: pre-commit/[email protected]
Expand Down
7 changes: 0 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,5 @@ repos:
hooks:
- id: djlint-reformat-django
- id: djlint-django
- repo: local
hooks:
- id: make-messages
name: Update translation files
entry: make messagesde
language: system
pass_filenames: false

exclude: .eslintrc.js

0 comments on commit f28521e

Please sign in to comment.