We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4239b commit 2b10a49Copy full SHA for 2b10a49
1 file changed
.pre-commit-config.yaml
@@ -13,13 +13,13 @@ repos:
13
hooks:
14
- id: prettier
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: v0.14.8
+ rev: v0.14.9
17
18
- id: ruff
19
args: [--fix, --exit-non-zero-on-fix]
20
- id: ruff-format
21
- repo: https://github.com/pre-commit/mirrors-mypy
22
- rev: v1.19.0
+ rev: v1.19.1
23
24
- id: mypy
25
additional_dependencies: [numpy, types-requests]
0 commit comments