We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee8253b + 4436d98 commit 9c62084Copy full SHA for 9c62084
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: black-jupyter
11
12
- repo: https://github.com/adamchainz/blacken-docs
13
- rev: "1.16.0"
+ rev: "1.18.0"
14
hooks:
15
- id: blacken-docs
16
additional_dependencies: [black==23.7.0]
@@ -46,13 +46,13 @@ repos:
46
args: [--prose-wrap=always]
47
48
- repo: https://github.com/astral-sh/ruff-pre-commit
49
- rev: "v0.4.3"
+ rev: "v0.5.0"
50
51
- id: ruff
52
args: ["--fix", "--show-fixes"]
53
54
- repo: https://github.com/pre-commit/mirrors-mypy
55
- rev: "v1.10.0"
+ rev: "v1.10.1"
56
57
- id: mypy
58
files: src|tests
@@ -68,7 +68,7 @@ repos:
68
- click
69
70
- repo: https://github.com/codespell-project/codespell
71
- rev: "v2.2.6"
+ rev: "v2.3.0"
72
73
- id: codespell
74
0 commit comments