Skip to content

Commit 5613c48

Browse files
[pre-commit.ci] pre-commit suggestions (#317)
* [pre-commit.ci] pre-commit suggestions updates: - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.13.3...v0.14.10) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1) - [github.com/tox-dev/pyproject-fmt: v2.7.0 → v2.11.1](tox-dev/pyproject-fmt@v2.7.0...v2.11.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Shay Palachy-Affek <shaypal5@users.noreply.github.com>
1 parent 305161b commit 5613c48

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)