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.
1 parent 5aff054 commit fbf60a1Copy full SHA for fbf60a1
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ ci:
8
9
repos:
10
- repo: https://github.com/astral-sh/ruff-pre-commit
11
- rev: v0.9.2
+ rev: v0.9.4
12
hooks:
13
- id: ruff
14
args: [--fix, --unsafe-fixes]
@@ -27,7 +27,7 @@ repos:
27
- id: mypy
28
29
- repo: https://github.com/codespell-project/codespell
30
- rev: v2.3.0
+ rev: v2.4.1
31
32
- id: codespell
33
stages: [pre-commit, commit-msg]
@@ -48,7 +48,7 @@ repos:
48
- id: blacken-docs
49
50
- repo: https://github.com/igorshubovych/markdownlint-cli
51
- rev: v0.43.0
+ rev: v0.44.0
52
53
- id: markdownlint
54
# MD013: line too long
@@ -65,6 +65,6 @@ repos:
65
args: [--drop-empty-cells, --keep-output]
66
67
- repo: https://github.com/RobertCraigie/pyright-python
68
- rev: v1.1.391
+ rev: v1.1.393
69
70
- id: pyright
0 commit comments