remove flake8 and suggest pycqa/flake8
diff --git a/setup.cfg b/setup.cfg index e6c488a..41138f4 100644 --- a/setup.cfg +++ b/setup.cfg
@@ -29,7 +29,6 @@ [options.entry_points] console_scripts = - autopep8-wrapper = pre_commit_hooks.autopep8_wrapper:main check-added-large-files = pre_commit_hooks.check_added_large_files:main check-ast = pre_commit_hooks.check_ast:main check-builtin-literals = pre_commit_hooks.check_builtin_literals:main @@ -55,6 +54,7 @@ mixed-line-ending = pre_commit_hooks.mixed_line_ending:main name-tests-test = pre_commit_hooks.tests_should_end_in_test:main no-commit-to-branch = pre_commit_hooks.no_commit_to_branch:main + pre-commit-hooks-removed = pre_commit_hooks.removed:main pretty-format-json = pre_commit_hooks.pretty_format_json:main requirements-txt-fixer = pre_commit_hooks.requirements_txt_fixer:main sort-simple-yaml = pre_commit_hooks.sort_simple_yaml:main