Skip to content

Commit cb79276

Browse files
committed
Format YAML files for consistency and readability
1 parent 32ef3e3 commit cb79276

6 files changed

Lines changed: 261 additions & 249 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
---
12
blank_issues_enabled: true
23
contact_links:
3-
- name: Discord Python Polska
4-
url: https://discord.com/invite/VCyBDGH38e
5-
about: Dyskusje o tłumaczeniach.
6-
- name: Transifex
7-
url: https://explore.transifex.com/python-doc/python-newest/
8-
about: Strona do tłumaczenia.
4+
- name: Discord Python Polska
5+
url: https://discord.com/invite/VCyBDGH38e
6+
about: Dyskusje o tłumaczeniach.
7+
- name: Transifex
8+
url: https://explore.transifex.com/python-doc/python-newest/
9+
about: Strona do tłumaczenia.

.github/ISSUE_TEMPLATE/typo.yml

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,38 @@
1+
---
12
name: Błąd w tłumaczeniu
23
description: Zgłoś błąd w tłumaczeniu
3-
labels: ["bug"]
4+
labels: [bug]
45
body:
5-
- type: markdown
6-
attributes:
7-
value: |
8-
**Chcesz to naprawić samemu?**
6+
- type: markdown
7+
attributes:
8+
value: |
9+
**Chcesz to naprawić samemu?**
910
10-
- Wejdź na stronę projektu [dokumentacji Pythona](https://explore.transifex.com/python-doc/python-newest/).
11-
- Naciśnij przycisk „Join this project”, aby dołączyć do projektu.
12-
- Utwórz konto Transifex.
13-
- Na stronie projektu wybierz język polski.
14-
- Po dołączeniu do zespołu wybierz zasób, który chcesz poprawić/zaktualizować.
11+
- Wejdź na stronę projektu [dokumentacji Pythona](https://explore.transifex.com/python-doc/python-newest/).
12+
- Naciśnij przycisk „Join this project”, aby dołączyć do projektu.
13+
- Utwórz konto Transifex.
14+
- Na stronie projektu wybierz język polski.
15+
- Po dołączeniu do zespołu wybierz zasób, który chcesz poprawić/zaktualizować.
1516
16-
Więcej informacji znajdziesz w naszym [README](https://github.com/python/python-docs-pl/blob/3.15/README.md).
17-
- type: textarea
18-
attributes:
19-
label: "Opis błędu:"
20-
description: >
21-
Opisz szczegółowo błąd i jego lokalizację.
22-
validations:
23-
required: true
24-
- type: dropdown
25-
attributes:
26-
label: "Wersja dokumentacji:"
27-
multiple: true
28-
options:
29-
- "3.10"
30-
- "3.11"
31-
- "3.12"
32-
- "3.13"
33-
- "3.14"
34-
- "3.15"
35-
- "3.16"
36-
validations:
37-
required: false
17+
Więcej informacji znajdziesz w naszym [README](https://github.com/python/python-docs-pl/blob/3.15/README.md).
18+
- type: textarea
19+
attributes:
20+
label: 'Opis błędu:'
21+
description: >
22+
Opisz szczegółowo błąd i jego lokalizację.
23+
validations:
24+
required: true
25+
- type: dropdown
26+
attributes:
27+
label: 'Wersja dokumentacji:'
28+
multiple: true
29+
options:
30+
- '3.10'
31+
- '3.11'
32+
- '3.12'
33+
- '3.13'
34+
- '3.14'
35+
- '3.15'
36+
- '3.16'
37+
validations:
38+
required: false

.github/dependabot.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1+
---
12
version: 2
23
updates:
3-
- package-ecosystem: "github-actions"
4-
directory: "/"
5-
schedule:
6-
interval: monthly
7-
groups:
8-
actions:
9-
patterns:
10-
- "*"
11-
cooldown:
12-
default-days: 7
4+
- package-ecosystem: github-actions
5+
directory: /
6+
schedule:
7+
interval: monthly
8+
groups:
9+
actions:
10+
patterns:
11+
- '*'
12+
cooldown:
13+
default-days: 7

.github/workflows/pre-commit.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1+
---
12
name: pre-commit
23
on:
3-
schedule:
4-
- cron: '0 0 * * 1,5'
4+
schedule:
5+
- cron: 0 0 * * 1,5
56
env:
6-
FORCE_COLOR: 1
7+
FORCE_COLOR: 1
78
permissions: {}
89
jobs:
9-
lint:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
13-
with:
14-
persist-credentials: false
15-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
16-
with:
17-
python-version: "3.x"
18-
- uses: tox-dev/action-pre-commit-uv@41a04ab74d5ec7ca33c8db8a59b6e3291d576033 # v1.0.4
10+
lint:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
14+
with:
15+
persist-credentials: false
16+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
17+
with:
18+
python-version: 3.x
19+
- uses: tox-dev/action-pre-commit-uv@41a04ab74d5ec7ca33c8db8a59b6e3291d576033 # v1.0.4

0 commit comments

Comments
 (0)