Skip to content

Commit

Permalink
Merge branch 'main' into ui-bulk-edit-search-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel authored Nov 8, 2024
2 parents 7f91ae3 + d174f8c commit 0bc779c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
python-version: '3.13'

- name: Run mypy
run: uv run --no-sources --group types mypy --show-column-numbers weblate > mypy.log
run: uv run --no-sources --all-extras --group types mypy --show-column-numbers weblate > mypy.log
# Temporary hack until we have this fully working
continue-on-error: true
- name: Report mypy
Expand Down
1 change: 1 addition & 0 deletions weblate/utils/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def init_sentry() -> None:
"weblate_fedora_messaging",
"weblate_language_data",
"translate",
"translation_finder",
],
attach_stacktrace=True,
_experiments={"max_spans": 2000},
Expand Down

0 comments on commit 0bc779c

Please sign in to comment.