Skip to content

Commit c065a36

Browse files
[pre-commit.ci] pre-commit autoupdate (#456)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/keewis/blackdoc: v0.4.3 → v0.4.5](keewis/blackdoc@v0.4.3...v0.4.5) - [github.com/PyCQA/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/tox-dev/pyproject-fmt: v2.7.0 → v2.11.0](tox-dev/pyproject-fmt@v2.7.0...v2.11.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Remove 3.14 from supported pythons, not tested yet * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * 3.13 not yet supported --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Pascal Bourgault <[email protected]>
1 parent 336424a commit c065a36

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: black
1919

2020
- repo: https://github.com/keewis/blackdoc
21-
rev: v0.4.3
21+
rev: v0.4.5
2222
hooks:
2323
- id: blackdoc
2424

@@ -28,7 +28,7 @@ repos:
2828
- id: flake8
2929

3030
- repo: https://github.com/PyCQA/isort
31-
rev: 6.1.0
31+
rev: 7.0.0
3232
hooks:
3333
- id: isort
3434

@@ -50,7 +50,7 @@ repos:
5050
]
5151

5252
- repo: https://github.com/tox-dev/pyproject-fmt
53-
rev: v2.7.0
53+
rev: v2.11.0
5454
hooks:
5555
- id: pyproject-fmt
5656

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,7 @@ skip = [
8787
"setup.py",
8888
"doc/conf.py",
8989
]
90+
91+
[tool.pyproject-fmt]
92+
# maximum Python version to use when generating version specifiers
93+
max_supported_python = "3.13"

0 commit comments

Comments
 (0)