Skip to content

Commit 46d721d

Browse files
authored
Merge pull request #11 from evoixmr/2.5
Merge 2.5 to 2.4
2 parents 5d27d4c + 4d04904 commit 46d721d

File tree

4,834 files changed

+340957
-121866
lines changed

Some content is hidden

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

4,834 files changed

+340957
-121866
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Python
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: '3.7'
27+
python-version: '3.13'
2828
- name: Install Python dependencies
2929
run: pip install --upgrade -r requirements.txt
3030
- name: Build versioned HTML manual
@@ -58,7 +58,7 @@ jobs:
5858
- name: Setup Python
5959
uses: actions/setup-python@v5
6060
with:
61-
python-version: '3.7'
61+
python-version: '3.13'
6262
- name: Install Python dependencies
6363
run: pip install --upgrade -r requirements.txt
6464
- name: Set up SSH Agent

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Python
2828
uses: actions/setup-python@v5
2929
with:
30-
python-version: 3.9
30+
python-version: 3.13
3131
- name: Install Python dependencies
3232
run: pip install -r requirements-changelog.txt
3333
- name: Update Changelog

.github/workflows/sphinx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: '3.7'
17+
python-version: '3.13'
1818
- name: Install Python dependencies
1919
run: |
2020
python -m pip install --upgrade pip
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Python
3434
uses: actions/setup-python@v5
3535
with:
36-
python-version: '3.7'
36+
python-version: '3.13'
3737
- name: Install Python dependencies
3838
run: |
3939
python -m pip install --upgrade pip

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
entry: python tools/fixup_gh_wiki_anchors.py
1717
language: python
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v3.1.0
19+
rev: v5.0.0
2020
hooks:
2121
- id: check-byte-order-marker
2222
- id: check-case-conflict
@@ -26,7 +26,7 @@ repos:
2626
exclude: ^source/locale/.*$
2727
- id: check-yaml
2828
- repo: https://github.com/codespell-project/codespell
29-
rev: f7f304cb40596e4706be27ca44d1401396a97420
29+
rev: v2.3.0
3030
hooks:
3131
- id: codespell
3232
name: "Check for spelling mistakes"
@@ -37,19 +37,19 @@ repos:
3737
]
3838
exclude: ^(.*\.svg|source/locale/.*)$
3939
- repo: https://github.com/psf/black
40-
rev: 22.3.0
40+
rev: 24.10.0
4141
hooks:
4242
- id: black
4343
name: "Reformat Python code"
4444
- repo: https://github.com/pycqa/flake8
45-
rev: '3.8.3'
45+
rev: '7.1.1'
4646
hooks:
4747
- id: flake8
4848
name: "Check for Python warnings"
4949
files: ^tools/.*$
5050
types: [text, python]
5151
- repo: https://github.com/myint/rstcheck
52-
rev: '3f92957478422df87bd730abde66f089cc1ee19b'
52+
rev: 'v6.2.4'
5353
hooks:
5454
- id: rstcheck
5555
name: "Check RST syntax"

0 commit comments

Comments
 (0)