mirror of
https://github.com/httpie/cli.git
synced 2024-11-08 17:04:50 +01:00
7917f1b40c
* reflect Python 3.7 release * fix `pycodestyle` errors * update `pycodestyle` config * move `pytest` and `pycodestyle` config to `setup.cfg` * add `make pycodestyle` * add `make coveralls` * etc.
14 lines
113 B
Plaintext
14 lines
113 B
Plaintext
.DS_Store
|
|
.idea/
|
|
__pycache__/
|
|
dist/
|
|
build/
|
|
*.egg-info
|
|
.cache/
|
|
.tox/
|
|
.coverage
|
|
*.pyc
|
|
*.egg
|
|
htmlcov
|
|
.pytest_cache/
|