Removed dependencies parameter

This commit is contained in:
2020-05-06 10:15:04 +02:00
parent 2a43a06c54
commit 6271ffc1c4
3 changed files with 0 additions and 9 deletions

View File

@@ -11,7 +11,6 @@ The following parameters can be used in your custom action configuration.
| commit_message | :x: | 'Adjusted files for PEP-8 compliance' | Custom git commit message|
| commit_options | :x: | - | Custom git commit options|
| file_pattern | :x: | '*' | Custom file pattern for `git add`|
| dependencies | :x: | 'requirements.txt' | Path for the repositories 'requirements.txt'. If you have none, you may skip this.|
| checkpath | :x: | '.' | The path autopep8 checks |
| options | :x: | ' ' | Parameters to use with autopep8 |
| dry | :x: | false | Dry-run the action to fail when detecting PEP-8 uncompliant files, instead of automatically fixing them. |