File tree 3 files changed +7
-10
lines changed
3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 9
9
language : python
10
10
additional_dependencies : [pygments, restructuredtext_lint]
11
11
- repo : https://github.com/astral-sh/ruff-pre-commit
12
- rev : v0.2 .2
12
+ rev : v0.3 .2
13
13
hooks :
14
14
- id : ruff
15
15
args : ["--fix"]
16
16
- id : ruff-format
17
17
- repo : https://github.com/pre-commit/mirrors-mypy
18
- rev : v1.8 .0
18
+ rev : v1.9 .0
19
19
hooks :
20
20
- id : mypy
21
21
files : ^(src|tests)
Original file line number Diff line number Diff line change 6
6
3. Writes to ``scripts/latest-release-notes.md``, which can be
7
7
used with https://github.com/softprops/action-gh-release.
8
8
"""
9
+
9
10
from pathlib import Path
10
11
11
12
import pypandoc
Original file line number Diff line number Diff line change @@ -348,8 +348,7 @@ def __call__(
348
348
autospec : Optional [builtins .object ] = ...,
349
349
new_callable : None = ...,
350
350
** kwargs : Any ,
351
- ) -> MockType :
352
- ...
351
+ ) -> MockType : ...
353
352
354
353
@overload
355
354
def __call__ (
@@ -362,8 +361,7 @@ def __call__(
362
361
autospec : Optional [builtins .object ] = ...,
363
362
new_callable : None = ...,
364
363
** kwargs : Any ,
365
- ) -> _T :
366
- ...
364
+ ) -> _T : ...
367
365
368
366
@overload
369
367
def __call__ (
@@ -376,8 +374,7 @@ def __call__(
376
374
autospec : Optional [builtins .object ],
377
375
new_callable : Callable [[], _T ],
378
376
** kwargs : Any ,
379
- ) -> _T :
380
- ...
377
+ ) -> _T : ...
381
378
382
379
@overload
383
380
def __call__ (
@@ -391,8 +388,7 @@ def __call__(
391
388
* ,
392
389
new_callable : Callable [[], _T ],
393
390
** kwargs : Any ,
394
- ) -> _T :
395
- ...
391
+ ) -> _T : ...
396
392
397
393
def __call__ (
398
394
self ,
You can’t perform that action at this time.
0 commit comments