diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6aa1f5659365f..fbb2a14be6ea9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -287,5 +287,4 @@ repos: language: python additional_dependencies: - autotyping==22.9.0 - - black==22.6.0 - libcst==0.4.7 diff --git a/scripts/run_autotyping.py b/scripts/run_autotyping.py index 032f742200a07..0a1156399734d 100644 --- a/scripts/run_autotyping.py +++ b/scripts/run_autotyping.py @@ -27,6 +27,7 @@ def main(argv: Sequence[str] | None = None) -> None: "autotyping.AutotypeCommand", *args.paths, "--aggressive", + "--no-format", ], check=True, )