Skip to content

Commit

Permalink
Fix trailing-whitespace entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Feb 28, 2018
1 parent 1b12723 commit f6780b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
'pretty-format-json = pre_commit_hooks.pretty_format_json:pretty_format_json',
'requirements-txt-fixer = pre_commit_hooks.requirements_txt_fixer:fix_requirements_txt',
'sort-simple-yaml = pre_commit_hooks.sort_simple_yaml:main',
'trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:fix_trailing_whitespace',
'trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:main',
],
},
)

0 comments on commit f6780b9

Please sign in to comment.