Skip to content

Commit

Permalink
chore: fix paths for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
zobweyt committed Oct 10, 2024
1 parent 4685a55 commit 57facfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ dev = [
"start" = "uvicorn src.app:app --host 0.0.0.0 --port 8000"
"check" = "ruff check"
"format" = "ruff format"
"i18n:update" = "pybabel update -w 120 -D messages -i 'src\\i18n\\locales\\messages.pot' -d 'src\\i18n\\locales'"
"i18n:extract" = "pybabel extract -w 120 -F pyproject.toml -o 'src\\i18n\\locales\\messages.pot' ."
"i18n:compile" = "pybabel compile -f -D messages -d 'src\\i18n\\locales' --statistics"
"i18n:update" = "pybabel update -w 120 -D messages -i 'srci18n/locales/messages.pot' -d 'src/i18n/locales'"
"i18n:extract" = "pybabel extract -w 120 -F pyproject.toml -o 'src/i18n/locales/messages.pot' ."
"i18n:compile" = "pybabel compile -f -D messages -d 'src/i18n/locales' --statistics"


[tool.ruff]
Expand Down

0 comments on commit 57facfe

Please sign in to comment.