- dropped dev dependency on rope, isort & flake - poetry doesn't support dev scripts like pipenv, so create a makefile instead - Add pytest-cov - Use tox for testing multiple python versions in CI - Update README Update ci workflow
16 lines
175 B
Plaintext
16 lines
175 B
Plaintext
.coverage
|
|
.DS_Store
|
|
.env
|
|
.vscode/settings.json
|
|
.mypy_cache
|
|
.pytest_cache
|
|
.python-version
|
|
build/
|
|
betterproto/tests/output_*
|
|
**/__pycache__
|
|
dist
|
|
**/*.egg-info
|
|
output
|
|
.idea
|
|
.tox
|