We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e931b commit 98d710fCopy full SHA for 98d710f
.pre-commit-config.yaml
@@ -13,14 +13,14 @@ ci:
13
submodules: false
14
repos:
15
- repo: https://github.com/pre-commit/pre-commit-hooks
16
- rev: v4.5.0
+ rev: v4.6.0
17
hooks:
18
- id: check-yaml
19
- id: end-of-file-fixer
20
- id: trailing-whitespace
21
files: ^backend/
22
- repo: https://github.com/psf/black
23
- rev: 24.3.0
+ rev: 24.4.2
24
25
- id: black
26
language_version: python3.11
@@ -40,7 +40,7 @@ repos:
40
additional_dependencies:
41
- tomli
42
- repo: https://github.com/pre-commit/mirrors-mypy
43
- rev: "v1.9.0"
+ rev: "v1.10.0"
44
45
- id: mypy
46
args:
@@ -52,7 +52,7 @@ repos:
52
files: \.[jt]sx?$
53
types_or: [css, javascript]
54
- repo: https://github.com/pre-commit/mirrors-eslint
55
- rev: "v9.0.0-rc.0"
+ rev: "v9.3.0"
56
57
- id: eslint
58
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
0 commit comments