Skip to content

Commit

Permalink
uncomment i18n checks
Browse files Browse the repository at this point in the history
  • Loading branch information
to-sta committed Jan 6, 2025
1 parent 70f1a90 commit 4b2c31c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ repos:
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format

# - repo: local
# hooks:
# - id: run-i18n-checks
# name: Run i18n Checks
# entry: python frontend/i18n/check/run_i18n_checks.py
# language: python
# stages: [pre-commit]
- repo: local
hooks:
- id: run-i18n-checks
name: Run i18n Checks
entry: python frontend/i18n/check/run_i18n_checks.py
language: python
stages: [pre-commit]

0 comments on commit 4b2c31c

Please sign in to comment.