1d3337a4da
* ✨ Re-implement completion * ✅ Add tests for re-implemented completion * 🎨 Move mypy config to file * 🙈 Update .gitignore * ➕ Remove click-completion, add support for autodetection with shellingham * ✅ Fix test for PowerShell * 🐛 Fix PowerShell permissions/test * 🎨 Format test * 🏁 Fix PowerShell script for Windows and PowerShell 5 * 📝 Update docs, internal implementation of completion
12 lines
100 B
Text
12 lines
100 B
Text
.vscode
|
|
*.pyc
|
|
__pycache__
|
|
env3.7
|
|
env3.6
|
|
dist
|
|
.mypy_cache
|
|
.idea
|
|
site
|
|
.coverage
|
|
htmlcov
|
|
.pytest_cache
|