Skip to content

Commit 0f5547e

Browse files
committed
Fix name of function
1 parent 2b07074 commit 0f5547e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ console_scripts =
6363
requirements-txt-fixer = pre_commit_hooks.requirements_txt_fixer:main
6464
sort-simple-yaml = pre_commit_hooks.sort_simple_yaml:main
6565
trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:main
66-
forbid-words-in-filenames = pre_commit_hooks.forbid-words-in-filenames:main
66+
forbid-words-in-filenames = pre_commit_hooks.forbid_words_in_filenames:main
6767

6868
[bdist_wheel]
6969
universal = True

0 commit comments

Comments
 (0)