hysts HF staff commited on
Commit
7b1861e
1 Parent(s): 7192eed
Files changed (1) hide show
  1. .pre-commit-config.yaml +3 -3
.pre-commit-config.yaml CHANGED
@@ -24,7 +24,7 @@ repos:
24
  - id: isort
25
  args: ["--profile", "black"]
26
  - repo: https://github.com/pre-commit/mirrors-mypy
27
- rev: v1.8.0
28
  hooks:
29
  - id: mypy
30
  args: ["--ignore-missing-imports"]
@@ -36,7 +36,7 @@ repos:
36
  "types-pytz",
37
  ]
38
  - repo: https://github.com/psf/black
39
- rev: 24.2.0
40
  hooks:
41
  - id: black
42
  language_version: python3.10
@@ -51,7 +51,7 @@ repos:
51
  "metadata.interpreter metadata.kernelspec cell.metadata.pycharm",
52
  ]
53
  - repo: https://github.com/nbQA-dev/nbQA
54
- rev: 1.7.1
55
  hooks:
56
  - id: nbqa-black
57
  - id: nbqa-pyupgrade
 
24
  - id: isort
25
  args: ["--profile", "black"]
26
  - repo: https://github.com/pre-commit/mirrors-mypy
27
+ rev: v1.9.0
28
  hooks:
29
  - id: mypy
30
  args: ["--ignore-missing-imports"]
 
36
  "types-pytz",
37
  ]
38
  - repo: https://github.com/psf/black
39
+ rev: 24.3.0
40
  hooks:
41
  - id: black
42
  language_version: python3.10
 
51
  "metadata.interpreter metadata.kernelspec cell.metadata.pycharm",
52
  ]
53
  - repo: https://github.com/nbQA-dev/nbQA
54
+ rev: 1.8.5
55
  hooks:
56
  - id: nbqa-black
57
  - id: nbqa-pyupgrade