Skip to content

Commit 5bbeaf8

Browse files
[pre-commit.ci] pre-commit autoupdate (#2604)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.1](astral-sh/ruff-pre-commit@v0.13.0...v0.13.1) - [github.com/pre-commit/mirrors-mypy: v1.18.1 → v1.18.2](pre-commit/mirrors-mypy@v1.18.1...v1.18.2) - [github.com/python-jsonschema/check-jsonschema: 0.33.3 → 0.34.0](python-jsonschema/check-jsonschema@0.33.3...0.34.0) * add requests to the docs dependencies --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Joe Rickerby <joerick@mac.com>
1 parent 7a67c6b commit 5bbeaf8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.13.0
17+
rev: v0.13.1
1818
hooks:
1919
- id: ruff-check
2020
args: ["--fix", "--show-fixes"]
2121
- id: ruff-format
2222

2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.18.1
24+
rev: v1.18.2
2525
hooks:
2626
- id: mypy
2727
name: mypy 3.11 on cibuildwheel/
@@ -83,7 +83,7 @@ repos:
8383

8484

8585
- repo: https://github.com/python-jsonschema/check-jsonschema
86-
rev: 0.33.3
86+
rev: 0.34.0
8787
hooks:
8888
- id: check-dependabot
8989
- id: check-github-actions

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ docs = [
8383
"mkdocs==1.6.1",
8484
"pymdown-extensions",
8585
"rich",
86+
# transitive dep of mkdocs-macros-plugin
87+
# https://github.com/fralau/mkdocs-macros-plugin/issues/269
88+
"requests",
8689
]
8790
test = [
8891
"build",

0 commit comments

Comments
 (0)