File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ repos:
14
14
- id : trailing-whitespace
15
15
16
16
- repo : https://github.com/astral-sh/ruff-pre-commit
17
- rev : v0.13.0
17
+ rev : v0.13.1
18
18
hooks :
19
19
- id : ruff-check
20
20
args : ["--fix", "--show-fixes"]
21
21
- id : ruff-format
22
22
23
23
- repo : https://github.com/pre-commit/mirrors-mypy
24
- rev : v1.18.1
24
+ rev : v1.18.2
25
25
hooks :
26
26
- id : mypy
27
27
name : mypy 3.11 on cibuildwheel/
83
83
84
84
85
85
- repo : https://github.com/python-jsonschema/check-jsonschema
86
- rev : 0.33.3
86
+ rev : 0.34.0
87
87
hooks :
88
88
- id : check-dependabot
89
89
- id : check-github-actions
Original file line number Diff line number Diff line change @@ -83,6 +83,9 @@ docs = [
83
83
" mkdocs==1.6.1" ,
84
84
" pymdown-extensions" ,
85
85
" rich" ,
86
+ # transitive dep of mkdocs-macros-plugin
87
+ # https://github.com/fralau/mkdocs-macros-plugin/issues/269
88
+ " requests" ,
86
89
]
87
90
test = [
88
91
" build" ,
You can’t perform that action at this time.
0 commit comments