hysts HF staff commited on
Commit
bd67ef0
·
1 Parent(s): 134a5d6
Files changed (1) hide show
  1. .pre-commit-config.yaml +2 -2
.pre-commit-config.yaml CHANGED
@@ -24,14 +24,14 @@ repos:
24
  - id: isort
25
  args: ["--profile", "black"]
26
  - repo: https://github.com/pre-commit/mirrors-mypy
27
- rev: v1.6.1
28
  hooks:
29
  - id: mypy
30
  args: ["--ignore-missing-imports"]
31
  additional_dependencies:
32
  ["types-python-slugify", "types-requests", "types-PyYAML"]
33
  - repo: https://github.com/psf/black
34
- rev: 23.10.0
35
  hooks:
36
  - id: black
37
  language_version: python3.10
 
24
  - id: isort
25
  args: ["--profile", "black"]
26
  - repo: https://github.com/pre-commit/mirrors-mypy
27
+ rev: v1.7.0
28
  hooks:
29
  - id: mypy
30
  args: ["--ignore-missing-imports"]
31
  additional_dependencies:
32
  ["types-python-slugify", "types-requests", "types-PyYAML"]
33
  - repo: https://github.com/psf/black
34
+ rev: 23.11.0
35
  hooks:
36
  - id: black
37
  language_version: python3.10