Skip to content

Commit ab8bc77

Browse files
authored
Merge branch 'master' into dependabot-github_actions-actions-upload-artifact-6
2 parents 96d2b9b + 5613c48 commit ab8bc77

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
args: ["--in-place"]
3838

3939
- repo: https://github.com/executablebooks/mdformat
40-
rev: 0.7.22
40+
rev: 1.0.0
4141
hooks:
4242
- id: mdformat
4343
additional_dependencies:
@@ -55,7 +55,7 @@ repos:
5555
args: ["--print-width=79"]
5656

5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.13.3
58+
rev: v0.14.10
5959
hooks:
6060
# use black formatting
6161
- id: ruff-format
@@ -67,13 +67,13 @@ repos:
6767

6868
# it needs to be after formatting hooks because the lines might be changed
6969
- repo: https://github.com/pre-commit/mirrors-mypy
70-
rev: v1.18.2
70+
rev: v1.19.1
7171
hooks:
7272
- id: mypy
7373
files: "src/.*"
7474

7575
- repo: https://github.com/tox-dev/pyproject-fmt
76-
rev: v2.7.0
76+
rev: v2.11.1
7777
hooks:
7878
- id: pyproject-fmt
7979
additional_dependencies: [tox]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ classifiers = [
3636
"Programming Language :: Python :: 3.11",
3737
"Programming Language :: Python :: 3.12",
3838
"Programming Language :: Python :: 3.13",
39+
"Programming Language :: Python :: 3.14",
3940
"Topic :: Other/Nonlisted Topic",
4041
"Topic :: Software Development :: Libraries",
4142
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)