File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
repos:
2
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6 .0
3
+ rev: v5.0 .0
4
4
hooks:
5
5
- id: check-added-large-files
6
6
args: ['--maxkb=25']
@@ -23,11 +23,11 @@ repos:
23
23
- id: python-use-type-annotations
24
24
- id: text-unicode-replacement-char
25
25
- repo: https://github.com/aio-libs/sort-all
26
- rev: v1.2 .0
26
+ rev: v1.3 .0
27
27
hooks:
28
28
- id: sort-all
29
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
- rev: v0.6.4
30
+ rev: v0.9.9
31
31
hooks:
32
32
- id: ruff
33
33
- id: ruff-format
@@ -36,11 +36,11 @@ repos:
36
36
hooks:
37
37
- id: refurb
38
38
- repo: https://github.com/kynan/nbstripout
39
- rev: 0.7 .1
39
+ rev: 0.8 .1
40
40
hooks:
41
41
- id: nbstripout
42
42
- repo: https://github.com/executablebooks/mdformat
43
- rev: 0.7.17
43
+ rev: 0.7.22
44
44
hooks:
45
45
- id: mdformat
46
46
additional_dependencies: [
51
51
args: [--wrap, "88"]
52
52
files: (docs/.)
53
53
- repo: https://github.com/executablebooks/mdformat
54
- rev: 0.7.17
54
+ rev: 0.7.22
55
55
hooks:
56
56
- id: mdformat
57
57
additional_dependencies: [
61
61
args: [--wrap, "88"]
62
62
files: (README\.md)
63
63
- repo: https://github.com/codespell-project/codespell
64
- rev: v2.3.0
64
+ rev: v2.4.1
65
65
hooks:
66
66
- id: codespell
67
67
- repo: meta
Original file line number Diff line number Diff line change 1
- """Contains code relevant to logging."""
1
+ """Contains code relevant to logging.""" # noqa: A005
2
2
3
3
from __future__ import annotations
4
4
Original file line number Diff line number Diff line change 1
- """Contains functions related to typing."""
1
+ """Contains functions related to typing.""" # noqa: A005
2
2
3
3
from pathlib import Path
4
4
from pathlib import PosixPath
You can’t perform that action at this time.
0 commit comments