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 9e40fe6 commit d2e931bCopy full SHA for d2e931b
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: trailing-whitespace
21
files: ^backend/
22
- repo: https://github.com/psf/black
23
- rev: 24.1.1
+ rev: 24.3.0
24
hooks:
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.8.0"
+ rev: "v1.9.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-alpha.2"
+ rev: "v9.0.0-rc.0"
56
57
- id: eslint
58
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
0 commit comments