proper aiohttp_responses lib
Built on: Poetry, Docker, Python3
Authors:
indico [email protected]
$ poetry install
# Test Installation
$ poetry run python3 -c "import aiohttp_responses; print(aiohttp_responses)"
Configured pre-commit hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
name: isort (python)
Usage:
$ pre-commit install
# Example usage outside of git hooks
$ pre-commit run -a