mirror of
https://github.com/cmehay/pyentrypoint
synced 2024-10-30 15:21:11 +00:00
1770ac87f6
- Add new `commands` setting to handle multiple commands - Deprecate `command` and `subcommands` - Drop support for python 2 - Handle dependancy and build with Poetry
23 lines
625 B
YAML
23 lines
625 B
YAML
repos:
|
|
- repo: git://github.com/pre-commit/pre-commit-hooks
|
|
rev: v2.5.0
|
|
hooks:
|
|
- id: check-added-large-files
|
|
- id: check-docstring-first
|
|
- id: check-merge-conflict
|
|
- id: check-yaml
|
|
- id: end-of-file-fixer
|
|
- id: flake8
|
|
language_version: python3
|
|
- id: requirements-txt-fixer
|
|
- id: trailing-whitespace
|
|
- repo: https://github.com/pre-commit/mirrors-autopep8
|
|
rev: v1.5.2
|
|
hooks:
|
|
- id: autopep8
|
|
- repo: git://github.com/asottile/reorder_python_imports
|
|
rev: v2.3.0
|
|
hooks:
|
|
- id: reorder-python-imports
|
|
language_version: python3
|