update readme for requirement files using custom names

This commit is contained in:
Dimitri 2022-10-08 14:17:14 +09:00 committed by GitHub
parent 6b03546fc3
commit 8ef4057f45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,6 +182,8 @@ the following commandline options:
#### `requirements-txt-fixer`
Sorts entries in requirements.txt and removes incorrect entry for `pkg-resources==0.0.0`
Use `args: ["file1.txt", "requirements/file2.txt"]` to sort requirement files with custom names.
#### `sort-simple-yaml`
Sorts simple YAML files which consist only of top-level
keys, preserving comments and blocks.