Spaces:
Sleeping
Sleeping
Sofia Santos
commited on
Commit
·
e6cfbb2
1
Parent(s):
54bdb7f
feat: removes annotations
Browse files- .pre-commit-config.yaml +3 -1
.pre-commit-config.yaml
CHANGED
|
@@ -65,6 +65,7 @@ repos:
|
|
| 65 |
"--format",
|
| 66 |
"requirements-txt",
|
| 67 |
"--no-hashes",
|
|
|
|
| 68 |
"--no-dev",
|
| 69 |
"-o",
|
| 70 |
"requirements.txt",
|
|
@@ -82,6 +83,7 @@ repos:
|
|
| 82 |
"--format",
|
| 83 |
"requirements-txt",
|
| 84 |
"--no-hashes",
|
|
|
|
| 85 |
"--group",
|
| 86 |
"dev",
|
| 87 |
"--group",
|
|
@@ -91,7 +93,7 @@ repos:
|
|
| 91 |
]
|
| 92 |
- id: mypy
|
| 93 |
name: Running mypy
|
| 94 |
-
stages: [commit]
|
| 95 |
language: system
|
| 96 |
entry: uv run mypy
|
| 97 |
args: [--install-types, --non-interactive]
|
|
|
|
| 65 |
"--format",
|
| 66 |
"requirements-txt",
|
| 67 |
"--no-hashes",
|
| 68 |
+
"--no-annotate",
|
| 69 |
"--no-dev",
|
| 70 |
"-o",
|
| 71 |
"requirements.txt",
|
|
|
|
| 83 |
"--format",
|
| 84 |
"requirements-txt",
|
| 85 |
"--no-hashes",
|
| 86 |
+
"--no-annotate",
|
| 87 |
"--group",
|
| 88 |
"dev",
|
| 89 |
"--group",
|
|
|
|
| 93 |
]
|
| 94 |
- id: mypy
|
| 95 |
name: Running mypy
|
| 96 |
+
stages: [pre-commit]
|
| 97 |
language: system
|
| 98 |
entry: uv run mypy
|
| 99 |
args: [--install-types, --non-interactive]
|