Skip to content

Commit

Permalink
STYLE run autotyping with --no-format (#49791)
Browse files Browse the repository at this point in the history
run autotyping with --no-format

Co-authored-by: MarcoGorelli <>
  • Loading branch information
MarcoGorelli committed Nov 20, 2022
1 parent e660f2c commit a3c58cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,5 +287,4 @@ repos:
language: python
additional_dependencies:
- autotyping==22.9.0
- black==22.6.0
- libcst==0.4.7
1 change: 1 addition & 0 deletions scripts/run_autotyping.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def main(argv: Sequence[str] | None = None) -> None:
"autotyping.AutotypeCommand",
*args.paths,
"--aggressive",
"--no-format",
],
check=True,
)
Expand Down

0 comments on commit a3c58cb

Please sign in to comment.