hysts HF staff commited on
Commit
3bf83ab
1 Parent(s): 4a02364
Files changed (1) hide show
  1. .pre-commit-config.yaml +9 -4
.pre-commit-config.yaml CHANGED
@@ -19,19 +19,24 @@ repos:
19
  - id: docformatter
20
  args: ["--in-place"]
21
  - repo: https://github.com/pycqa/isort
22
- rev: 5.13.1
23
  hooks:
24
  - id: isort
25
  args: ["--profile", "black"]
26
  - repo: https://github.com/pre-commit/mirrors-mypy
27
- rev: v1.7.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.11.0
35
  hooks:
36
  - id: black
37
  language_version: python3.10
 
19
  - id: docformatter
20
  args: ["--in-place"]
21
  - repo: https://github.com/pycqa/isort
22
+ rev: 5.13.2
23
  hooks:
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"]
31
  additional_dependencies:
32
+ [
33
+ "types-python-slugify",
34
+ "types-requests",
35
+ "types-PyYAML",
36
+ "types-pytz",
37
+ ]
38
  - repo: https://github.com/psf/black
39
+ rev: 23.12.1
40
  hooks:
41
  - id: black
42
  language_version: python3.10