We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2513645 commit 820b25aCopy full SHA for 820b25a
1 file changed
.pre-commit-config.yaml
@@ -9,17 +9,17 @@ ci:
9
skip: []
10
repos:
11
- repo: https://github.com/rbubley/mirrors-prettier
12
- rev: v3.6.2
+ rev: v3.7.3
13
hooks:
14
- id: prettier
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: v0.14.5
+ rev: v0.14.7
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.18.2
+ rev: v1.19.0
23
24
- id: mypy
25
additional_dependencies: [numpy, types-requests]
0 commit comments