Add --line-length command line argument (#759)

This commit is contained in:
Charlie Marsh
2022-11-15 12:23:38 -05:00
committed by GitHub
parent ff0e5f5cb4
commit 0d3fac1bf9
3 changed files with 9 additions and 0 deletions

View File

@@ -237,6 +237,8 @@ Options:
Regular expression matching the name of dummy variables
--target-version <TARGET_VERSION>
The minimum Python version that should be supported
--line-length <LINE_LENGTH>
Set the line-length for length-associated checks and automatic formatting
--stdin-filename <STDIN_FILENAME>
The name of the file when passing it through stdin
-h, --help