Skip to content

Commit 6ac8088

Browse files
authored
Merge branch 'develop' into web/feature/community-subcommunity-dropdown
2 parents 9c388bd + ef3ea2d commit 6ac8088

64 files changed

Lines changed: 1309 additions & 666 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dump-emails = "couchers.email.dump_emails:main"
5151

5252
[dependency-groups]
5353
dev = [
54-
"ruff>=0.14.3",
54+
"ruff>=0.15.20",
5555
"pytest>=8.4.2",
5656
"pytest-cov>=6.2.1",
5757
"pre-commit>=4.2.0",
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[
2+
{
3+
"alpha3": "_tw",
4+
"name": "Taiwanese"
5+
}
6+
]

0 commit comments

Comments
 (0)