We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b12723 commit f6780b9Copy full SHA for f6780b9
setup.py
@@ -60,7 +60,7 @@
60
'pretty-format-json = pre_commit_hooks.pretty_format_json:pretty_format_json',
61
'requirements-txt-fixer = pre_commit_hooks.requirements_txt_fixer:fix_requirements_txt',
62
'sort-simple-yaml = pre_commit_hooks.sort_simple_yaml:main',
63
- 'trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:fix_trailing_whitespace',
+ 'trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:main',
64
],
65
},
66
)
0 commit comments