{
"python.analysis.typeCheckingMode": "strict",
"python.analysis.diagnosticMode": "workspace",
"python.analysis.autoImportCompletions": true,
"python.analysis.importFormat": "absolute",
"python.analysis.packageIndexDepths": [
["{{project_name}}", 5]
],
"python.formatting.provider": "ruff",
"python.linting.enabled": true,
"python.linting.lintOnSave": true,
"python.linting.ruffEnabled": true,
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestArgs": [
"tests"
]
} jinja
less
python
shell
First Time Repository
A Copier-powered template for Python projects. Streamline configuration, pre-commit hooks, and reusable scripts effortlessly
Shell
Languages:
Jinja: 13.3KB
Shell: 16.4KB
Created: 1/13/2025
Updated: 1/15/2025
All Repositories (1)
A Copier-powered template for Python projects. Streamline configuration, pre-commit hooks, and reusable scripts effortlessly