Skip to content

Commit a511284

Browse files
MarcoGorelliMarcoGorelli
authored and
MarcoGorelli
committed
STYLE run autotyping with --no-format (#49791)
run autotyping with --no-format Co-authored-by: MarcoGorelli <>
1 parent 0e02389 commit a511284

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.pre-commit-config.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -287,5 +287,4 @@ repos:
287287
language: python
288288
additional_dependencies:
289289
- autotyping==22.9.0
290-
- black==22.6.0
291290
- libcst==0.4.7

scripts/run_autotyping.py

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def main(argv: Sequence[str] | None = None) -> None:
2727
"autotyping.AutotypeCommand",
2828
*args.paths,
2929
"--aggressive",
30+
"--no-format",
3031
],
3132
check=True,
3233
)

0 commit comments

Comments
 (0)