Skip to content

Commit e495afc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 38cdb5f commit e495afc

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

contribute.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
pulling_from_transifex: tuple[str, ...] = ('zh-cn', 'pt-br', 'ja', 'uk', 'pl', 'ru', 'fa', 'id')
1+
pulling_from_transifex: tuple[str, ...] = (
2+
'zh-cn',
3+
'pt-br',
4+
'ja',
5+
'uk',
6+
'pl',
7+
'ru',
8+
'fa',
9+
'id',
10+
)
211

312
custom_contributing_links: dict[str, str] = {
413
'es': 'https://python-docs-es.readthedocs.io/page/CONTRIBUTING.html',

0 commit comments

Comments
 (0)