Skip to content

Commit 3f47d3b

Browse files
committed
Merge branch 'main' into 2024-performance-japanese-translation
2 parents 79926a2 + efdb8be commit 3f47d3b

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/lighthouse/lighthouse-config-dev.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@
2222
"is-crawlable": "off",
2323
"label-content-name-mismatch": "off",
2424
"largest-contentful-paint": "off",
25+
"lcp-lazy-loaded": "off",
2526
"mainthread-work-breakdown": "off",
2627
"maskable-icon": "off",
2728
"max-potential-fid": "off",
2829
"modern-image-formats": "off",
30+
"non-composited-animations": "off",
31+
"prioritize-lcp-image": "off",
2932
"render-blocking-resources": "off",
3033
"server-response-time": "off",
3134
"service-worker": "off",

.github/lighthouse/lighthouse-config-prod.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,13 @@
2323
"interactive": "off",
2424
"label-content-name-mismatch": "off",
2525
"largest-contentful-paint": "off",
26+
"lcp-lazy-loaded": "off",
2627
"mainthread-work-breakdown": "off",
2728
"maskable-icon": "off",
2829
"max-potential-fid": "off",
2930
"modern-image-formats": "off",
31+
"non-composited-animations": "off",
32+
"prioritize-lcp-image": "off",
3033
"render-blocking-resources": "off",
3134
"server-response-time": "off",
3235
"service-worker": "off",

src/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
flask==3.1.1
22
flask-talisman==1.1.0
33
gunicorn==23.0.0
4-
pytest==8.3.5
4+
pytest==8.4.0
55
pytest-watch==4.2.0
66
pytest-cov==6.1.1
77
sqlfluff==3.4.0

0 commit comments

Comments
 (0)