mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-11 17:42:04 +00:00
24 lines
675 B
YAML
24 lines
675 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
|
|
args:
|
|
- --exclude=__init__.py
|
|
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
|