We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e1707e commit bde57b4Copy full SHA for bde57b4
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
# See https://pre-commit.com/hooks.html for more hooks
4
repos:
5
- repo: https://github.com/astral-sh/ruff-pre-commit
6
- rev: v0.14.4
+ rev: v0.14.10
7
hooks:
8
- id: ruff
9
args:
@@ -13,6 +13,6 @@ repos:
13
14
- id: codespell
15
- repo: https://github.com/pre-commit/mirrors-mypy
16
- rev: v1.18.2
+ rev: v1.19.1
17
18
- id: mypy
0 commit comments