hysts HF staff commited on
Commit
ebe755c
·
1 Parent(s): 662c4db
Files changed (1) hide show
  1. .pre-commit-config.yaml +2 -3
.pre-commit-config.yaml CHANGED
@@ -19,7 +19,6 @@ repos:
19
  - id: ruff
20
  args: ["--fix"]
21
  - id: ruff-format
22
- args: ["--line-length", "119"]
23
  - repo: https://github.com/pre-commit/mirrors-mypy
24
  rev: v1.14.1
25
  hooks:
@@ -28,7 +27,7 @@ repos:
28
  additional_dependencies:
29
  [
30
  "types-python-slugify",
31
- "types-requests",
32
- "types-PyYAML",
33
  "types-pytz",
 
 
34
  ]
 
19
  - id: ruff
20
  args: ["--fix"]
21
  - id: ruff-format
 
22
  - repo: https://github.com/pre-commit/mirrors-mypy
23
  rev: v1.14.1
24
  hooks:
 
27
  additional_dependencies:
28
  [
29
  "types-python-slugify",
 
 
30
  "types-pytz",
31
+ "types-PyYAML",
32
+ "types-requests",
33
  ]