remove flake8 and suggest pycqa/flake8

This commit is contained in:
Anthony Sottile 2020-05-14 16:00:29 -07:00
parent acd6b162ce
commit b9cc9d7761
6 changed files with 41 additions and 28 deletions

View file

@ -29,7 +29,6 @@ python_requires = >=3.6.1
[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 @@ console_scripts =
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