From d16810e990c1b9726a68ce343a1910f926f62716 Mon Sep 17 00:00:00 2001 From: Bryce Wade Date: Tue, 24 Jan 2023 09:01:02 -0600 Subject: [PATCH] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 793163a..0d24db1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,7 @@ console_scripts = check-docstring-first = pre_commit_hooks.check_docstring_first:main check-executables-have-shebangs = pre_commit_hooks.check_executables_have_shebangs:main check-json = pre_commit_hooks.check_json:main - check-iam = pre_commit_hooks.check_iam:feature/check-for-iam + check-iam = pre_commit_hooks.check_iam:main check-merge-conflict = pre_commit_hooks.check_merge_conflict:main check-shebang-scripts-are-executable = pre_commit_hooks.check_shebang_scripts_are_executable:main check-symlinks = pre_commit_hooks.check_symlinks:main