File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -118,17 +118,17 @@ Sort the lines in specified files (defaults to alphabetical).
118118You must provide the target [ ` files ` ] ( https://pre-commit.com/#config-files ) as input.
119119Note that this hook WILL remove blank lines and does NOT respect any comments.
120120
121+ The following arguments are available:
122+ - ` --ignore-case ` - fold lower case to upper case characters.
123+ - ` --unique ` - ensure each line is unique.
124+
121125#### ` fix-byte-order-marker `
122126removes UTF-8 byte order marker
123127
124128#### ` fix-encoding-pragma `
125129Add ` # -*- coding: utf-8 -*- ` to the top of python files.
126130 - To remove the coding pragma pass ` --remove ` (useful in a python3-only codebase)
127131
128- The following arguments are available:
129- - ` --ignore-case ` - fold lower case to upper case characters.
130- - ` --unique ` - ensure each line is unique.
131-
132132#### ` forbid-new-submodules `
133133Prevent addition of new git submodules.
134134
You can’t perform that action at this time.
0 commit comments