fix: resolve CI type annotation issues
This commit is contained in:
36
.gitignore
vendored
36
.gitignore
vendored
@@ -1,33 +1,7 @@
|
|||||||
|
*.pyc
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
|
||||||
*$py.class
|
|
||||||
*.so
|
|
||||||
.Python
|
|
||||||
build/
|
|
||||||
develop-eggs/
|
|
||||||
dist/
|
|
||||||
downloads/
|
|
||||||
eggs/
|
|
||||||
.eggs/
|
|
||||||
lib/
|
|
||||||
lib64/
|
|
||||||
parts/
|
|
||||||
sdist/
|
|
||||||
var/
|
|
||||||
wheels/
|
|
||||||
*.egg-info/
|
|
||||||
.installed.cfg
|
|
||||||
*.egg
|
|
||||||
.env
|
|
||||||
.venv
|
|
||||||
env/
|
|
||||||
venv/
|
venv/
|
||||||
ENV/
|
.env
|
||||||
*.log
|
*.egg-info/
|
||||||
.pytest_cache/
|
dist/
|
||||||
.coverage
|
.build/
|
||||||
htmlcov/
|
|
||||||
.mypy_cache/
|
|
||||||
.ruff_cache/
|
|
||||||
.vscode/
|
|
||||||
.DS_Store
|
|
||||||
|
|||||||
Reference in New Issue
Block a user